Html Css Color HEX #EA018C Hollywood Cerise

📋 copy color: '#EA018C'

red 234 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #EA018C

Tints of Hollywood Cerise #EA018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 62.4%
G = 0.27%
B = 37.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA018C (or 0xEA018C) is known color: Hollywood Cerise. HEX triplet: EA, 01 and 8C. RGB value is (234,1,140). Sum of RGB (Red+Green+Blue) = 234+1+140=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA018C is #15FE73. Grayscale: #565656. Windows color (decimal): -1441396 or 9175530. OLE color: 9175530.

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

Color convert

RGB 234 1 140 -
CMYK 0 1.00 0.40 0.08
HSL 324.21º 0.99% 0.46% -
HSV(B) 324.21º 1% 0.92% -
XYZ 38.68 19.41 26.52 -
YUV 86.51 158.19 233.2 -
System Red Green Blue C M Y K H S L
Decimal 234 1 140 0 1.00 0.40 0.08 324.21 0.99 0.46
Hex EA 1 8C 0 64 28 8 144 63 2E
Octal 352 1 214 0 144 50 10 504 143 56
Binary 11101010 1 10001100 0 1100100 101000 1000 101000100 1100011 101110

Color Harmonies of #EA018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA018C

Black with #EA018C

Text Example


Text Example

White with #EA018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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