Html Css Color HEX #EA0791 Hollywood Cerise

📋 copy color: '#EA0791'

red 234 ◦ green 7 ◦ blue 145

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

Shades of Hollywood Cerise #EA0791

Tints of Hollywood Cerise #EA0791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

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

R = 60.62%
G = 1.81%
B = 37.56%

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

#EA0791 (or 0xEA0791) is known color: Hollywood Cerise. HEX triplet: EA, 07 and 91. RGB value is (234,7,145). Sum of RGB (Red+Green+Blue) = 234+7+145=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0791 is #15F86E. Grayscale: #5A5A5A. Windows color (decimal): -1439855 or 9504746. OLE color: 9504746.

HSL color Cylindrical-coordinate representation of color #EA0791: hue angle of 323.52º degrees, saturation: 0.94, 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 #EA0791 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 145 -
CMYK 0 0.97 0.38 0.08
HSL 323.52º 0.94% 0.47% -
HSV(B) 323.52º 0.97% 0.92% -
XYZ 39.12 19.69 28.53 -
YUV 90.61 158.71 230.28 -
System Red Green Blue C M Y K H S L
Decimal 234 7 145 0 0.97 0.38 0.08 323.52 0.94 0.47
Hex EA 7 91 0 61 26 8 144 5E 2F
Octal 352 7 221 0 141 46 10 504 136 57
Binary 11101010 111 10010001 0 1100001 100110 1000 101000100 1011110 101111

Color Harmonies of #EA0791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0791

Black with #EA0791

Text Example


Text Example

White with #EA0791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0791; }

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

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

background-color css

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

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

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

border-color css

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

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

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