Html Css Color HEX #EA028C Hollywood Cerise

📋 copy color: '#EA028C'

red 234 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #EA028C

Tints of Hollywood Cerise #EA028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 62.23%
G = 0.53%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA028C (or 0xEA028C) is known color: Hollywood Cerise. HEX triplet: EA, 02 and 8C. RGB value is (234,2,140). Sum of RGB (Red+Green+Blue) = 234+2+140=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA028C is #15FD73. Grayscale: #565656. Windows color (decimal): -1441140 or 9175786. OLE color: 9175786.

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

Color convert

RGB 234 2 140 -
CMYK 0 0.99 0.40 0.08
HSL 324.31º 0.98% 0.46% -
HSV(B) 324.31º 0.99% 0.92% -
XYZ 38.69 19.43 26.52 -
YUV 87.1 157.86 232.78 -
System Red Green Blue C M Y K H S L
Decimal 234 2 140 0 0.99 0.40 0.08 324.31 0.98 0.46
Hex EA 2 8C 0 63 28 8 144 62 2E
Octal 352 2 214 0 143 50 10 504 142 56
Binary 11101010 10 10001100 0 1100011 101000 1000 101000100 1100010 101110

Color Harmonies of #EA028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA028C

Black with #EA028C

Text Example


Text Example

White with #EA028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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