Html Css Color HEX #EA0691 Hollywood Cerise

📋 copy color: '#EA0691'

red 234 ◦ green 6 ◦ blue 145

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

Shades of Hollywood Cerise #EA0691

Tints of Hollywood Cerise #EA0691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.56%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 60.78%
G = 1.56%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0691 (or 0xEA0691) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 91. RGB value is (234,6,145). Sum of RGB (Red+Green+Blue) = 234+6+145=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0691 is #15F96E. Grayscale: #595959. Windows color (decimal): -1440111 or 9504490. OLE color: 9504490.

HSL color Cylindrical-coordinate representation of color #EA0691: hue angle of 323.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0691 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 145 -
CMYK 0 0.97 0.38 0.08
HSL 323.42º 0.95% 0.47% -
HSV(B) 323.42º 0.97% 0.92% -
XYZ 39.11 19.67 28.52 -
YUV 90.02 159.04 230.7 -
System Red Green Blue C M Y K H S L
Decimal 234 6 145 0 0.97 0.38 0.08 323.42 0.95 0.47
Hex EA 6 91 0 61 26 8 143 5F 2F
Octal 352 6 221 0 141 46 10 503 137 57
Binary 11101010 110 10010001 0 1100001 100110 1000 101000011 1011111 101111

Color Harmonies of #EA0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0691

Black with #EA0691

Text Example


Text Example

White with #EA0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0691; }

 p { color: rgb(234,6,145); }

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

background-color css

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

 a { background-color: rgb(234,6,145); }

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

border-color css

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

 span { border-color: rgb(234,6,145); }

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