Html Css Color HEX #EA6197 Pale Violet Red

📋 copy color: '#EA6197'

red 234 ◦ green 97 ◦ blue 151

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

Shades of Pale Violet Red #EA6197

Tints of Pale Violet Red #EA6197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

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

R = 48.55%
G = 20.12%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA6197 (or 0xEA6197) is known color: Pale Violet Red. HEX triplet: EA, 61 and 97. RGB value is (234,97,151). Sum of RGB (Red+Green+Blue) = 234+97+151=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6197 is #159E68. Grayscale: #909090. Windows color (decimal): -1416809 or 9921002. OLE color: 9921002.

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

Color convert

RGB 234 97 151 -
CMYK 0 0.59 0.35 0.08
HSL 336.35º 0.77% 0.65% -
HSV(B) 336.35º 0.59% 0.92% -
XYZ 43.79 28.28 32.43 -
YUV 144.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 234 97 151 0 0.59 0.35 0.08 336.35 0.77 0.65
Hex EA 61 97 0 3B 23 8 150 4D 41
Octal 352 141 227 0 73 43 10 520 115 101
Binary 11101010 1100001 10010111 0 111011 100011 1000 101010000 1001101 1000001

Color Harmonies of #EA6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6197

Black with #EA6197

Text Example


Text Example

White with #EA6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6197; }

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

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

background-color css

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

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

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

border-color css

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

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

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