Html Css Color HEX #EA6497 Pale Violet Red

📋 copy color: '#EA6497'

red 234 ◦ green 100 ◦ blue 151

#EA6497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #EA6497

Tints of Pale Violet Red #EA6497

RGB

 RED value IS 234 (91.8% from 255) = 48.25%

 GREEN value IS 100 (39.45% from 255) = 20.62%

 BLUE value IS 151 (59.38% from 255) = 31.13%

R = 48.25%
G = 20.62%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA6497 (or 0xEA6497) is known color: Pale Violet Red. HEX triplet: EA, 64 and 97. RGB value is (234,100,151). Sum of RGB (Red+Green+Blue) = 234+100+151=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6497 is #159B68. Grayscale: #919191. Windows color (decimal): -1416041 or 9921770. OLE color: 9921770.

HSL color Cylindrical-coordinate representation of color #EA6497: hue angle of 337.16º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6497 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 100 151 -
CMYK 0 0.57 0.35 0.08
HSL 337.16º 0.76% 0.65% -
HSV(B) 337.16º 0.57% 0.92% -
XYZ 44.07 28.84 32.52 -
YUV 145.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 234 100 151 0 0.57 0.35 0.08 337.16 0.76 0.65
Hex EA 64 97 0 39 23 8 151 4C 41
Octal 352 144 227 0 71 43 10 521 114 101
Binary 11101010 1100100 10010111 0 111001 100011 1000 101010001 1001100 1000001

Color Harmonies of #EA6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6497

Black with #EA6497

Text Example


Text Example

White with #EA6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6497; }

 p { color: rgb(234,100,151); }

 H1.HeaderClassName
 {
   color: #EA6497;
 }
 .AnyTagClassName
 {
   color: #EA6497;
 }
</style>

background-color css

<style>
 a { background-color: #EA6497; }

 a { background-color: rgb(234,100,151); }

 div.DivClassName
 {
   background-color: #EA6497;
 }
 .BgClassName
 {
   background-color: #EA6497;
 }
</style>

border-color css

<style>
 span { border-color: #EA6497; }

 span { border-color: rgb(234,100,151); }

 td.TdClassName
 {
   border-color: #EA6497;
 }
 .TagClassName
 {
   border-color: #EA6497;
 }
</style>