Html Css Color HEX #EA018F Hollywood Cerise

📋 copy color: '#EA018F'

red 234 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #EA018F

Tints of Hollywood Cerise #EA018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 61.9%
G = 0.26%
B = 37.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA018F (or 0xEA018F) is known color: Hollywood Cerise. HEX triplet: EA, 01 and 8F. RGB value is (234,1,143). Sum of RGB (Red+Green+Blue) = 234+1+143=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA018F is #15FE70. Grayscale: #565656. Windows color (decimal): -1441393 or 9372138. OLE color: 9372138.

HSL color Cylindrical-coordinate representation of color #EA018F: hue angle of 323.43º 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 #EA018F is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 143 -
CMYK 0 1.00 0.39 0.08
HSL 323.43º 0.99% 0.46% -
HSV(B) 323.43º 1% 0.92% -
XYZ 38.9 19.5 27.7 -
YUV 86.86 159.69 232.95 -
System Red Green Blue C M Y K H S L
Decimal 234 1 143 0 1.00 0.39 0.08 323.43 0.99 0.46
Hex EA 1 8F 0 64 27 8 143 63 2E
Octal 352 1 217 0 144 47 10 503 143 56
Binary 11101010 1 10001111 0 1100100 100111 1000 101000011 1100011 101110

Color Harmonies of #EA018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA018F

Black with #EA018F

Text Example


Text Example

White with #EA018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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