COLOR #EA6497

HEX: #EA6497
RGB: (234,100,151)

Color info

#EA6497 contains mainly red color. Web safe color of #EA6497 is #FF6699 (or #F69).

RGB color model

#EA6497 color RGB value is (234,100,151).

  • red value is 234;
  • green value is 100;
  • blue value is 151.
RGB:
(234,100,151)
(92%,39%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 100 of 255 = 39%
B 151 of 255 = 59%

234
100
151

R + G + B ~ 63%. #EA6497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 100 + 151 = 485 (100%)
R 234 of 485 ~ 48.25%
G 100 of 485 ~ 20.62%
B 151 of 485 ~ 31.13%

%48.25
%20.62
%31.13

CMYK color model

#EA6497 color CMYK value is (0,57,35,8).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(0,57,35,8)
C0M57Y35K8 
(0%,57%,35%,8%)
(0.00/0.57/0.35/0.08)	

CMYK percentages

%0
%57.26
%35.47
%8.24

Codes

Color #EA6497 in popluar color models

EA6497
RGB234100151
HSL337°76.14%65.49%
HSB/HSV337°57.26%91.76%
CMYK0.00%57.26%35.47%
8.24%

Color #EA6497 in popluar number systems.

HEXEA6497
Decimal234100151
Binary11101010110010010010111
Octal352144227

Shades and tints

Shades of #EA6497

#EA6497
(234,100,151)
#D55B8A
(213,91,138)
#C0527D
(192,82,125)
#AB4970
(171,73,112)
#964063
(150,64,99)
#813756
(129,55,86)
#6C2E49
(108,46,73)
#57253C
(87,37,60)
#421C2F
(66,28,47)
#2D1322
(45,19,34)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #EA6497

#EA6497
(234,100,151)
#EB72A0
(235,114,160)
#EC80A9
(236,128,169)
#ED8EB2
(237,142,178)
#EE9CBB
(238,156,187)
#EFAAC4
(239,170,196)
#F0B8CD
(240,184,205)
#F1C6D6
(241,198,214)
#F2D4DF
(242,212,223)
#F3E2E8
(243,226,232)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6497 color. Also use rgb(234,100,151) instead hex code.

Text Font Color

.myTextColor { color: #EA6497; }

<p style="color:#EA6497">This sample text font color is #EA6497.</p>

This text font color is #EA6497.


Background Color

.myBgColor { background-color: #EA6497; }

<div style="background-color:#EA6497">Inner text</div>

This div background color is #EA6497.


Border color

.myBorderColor { border: 1px solid #EA6497; }

<div style="border:3px solid #EA6497">Div</div>

This div border color is #EA6497.


Opacity

.myOpacity80 { color: #EA6497; opacity: 0.8; }

<p style="color:#EA6497;opacity:0.8;">80%</p>

Text with #EA6497 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EA6497;}

<p style="text-shadow: 3px 3px 1px #EA6497">Text here.</p>

This text has shadow with #EA6497 color.

.textShadow {text-shadow: 3px 3px 1px #EA6497, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EA6497, 5px 5px 20px red">Text here.</p>

This text has shadow with #EA6497 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EA6497, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EA6497, Direction=45, Strength=4)">Text</p>

This text has shadow with #EA6497 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EA6497;
  -webkit-box-shadow:	1px 1px 3px 2px #EA6497;
  box-shadow:		1px 1px 3px 2px #EA6497;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EA6497;
-webkit-box-shadow: 1px 1px 3px 2px #EA6497;
box-shadow:1px 1px 3px 2px #EA6497;">
Div content here</div>
This div box has shadow with color #EA6497.

Preview

Color preview on black background

This text has color #EA6497 on black background.


Color preview on white background

This text has color #EA6497 on white background.



Black color preview on #EA6497 background

This text has black color on #EA6497 background.


White color preview on #EA6497 background

This text has white color on #EA6497 background.