Html Css Color HEX #EA01B0 Hollywood Cerise

📋 copy color: '#EA01B0'

red 234 ◦ green 1 ◦ blue 176

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

Shades of Hollywood Cerise #EA01B0

Tints of Hollywood Cerise #EA01B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 56.93%
G = 0.24%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA01B0 (or 0xEA01B0) is known color: Hollywood Cerise. HEX triplet: EA, 01 and B0. RGB value is (234,1,176). Sum of RGB (Red+Green+Blue) = 234+1+176=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA01B0 is #15FE4F. Grayscale: #5A5A5A. Windows color (decimal): -1441360 or 11534826. OLE color: 11534826.

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

Color convert

RGB 234 1 176 -
CMYK 0 1.00 0.25 0.08
HSL 314.94º 0.99% 0.46% -
HSV(B) 314.94º 1% 0.92% -
XYZ 41.78 20.65 42.86 -
YUV 90.62 176.19 230.27 -
System Red Green Blue C M Y K H S L
Decimal 234 1 176 0 1.00 0.25 0.08 314.94 0.99 0.46
Hex EA 1 B0 0 64 19 8 13B 63 2E
Octal 352 1 260 0 144 31 10 473 143 56
Binary 11101010 1 10110000 0 1100100 11001 1000 100111011 1100011 101110

Color Harmonies of #EA01B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA01B0

Black with #EA01B0

Text Example


Text Example

White with #EA01B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA01B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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