Html Css Color HEX #EA008C Hollywood Cerise

📋 copy color: '#EA008C'

red 234 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #EA008C

Tints of Hollywood Cerise #EA008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 62.57%
G = 0%
B = 37.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA008C (or 0xEA008C) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 8C. RGB value is (234,0,140). Sum of RGB (Red+Green+Blue) = 234+0+140=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA008C is #15FF73. Grayscale: #555555. Windows color (decimal): -1441652 or 9175274. OLE color: 9175274.

HSL color Cylindrical-coordinate representation of color #EA008C: hue angle of 324.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA008C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 140 -
CMYK 0 1 0.40 0.08
HSL 324.1º 1% 0.46% -
HSV(B) 324.1º 1% 0.92% -
XYZ 38.67 19.39 26.51 -
YUV 85.93 158.52 233.62 -
System Red Green Blue C M Y K H S L
Decimal 234 0 140 0 1 0.40 0.08 324.1 1 0.46
Hex EA 0 8C 0 64 28 8 144 64 2E
Octal 352 0 214 0 144 50 10 504 144 56
Binary 11101010 0 10001100 0 1100100 101000 1000 101000100 1100100 101110

Color Harmonies of #EA008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA008C

Black with #EA008C

Text Example


Text Example

White with #EA008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA008C; }

 p { color: rgb(234,0,140); }

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

background-color css

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

 a { background-color: rgb(234,0,140); }

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

border-color css

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

 span { border-color: rgb(234,0,140); }

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