Html Css Color HEX #EA0EB0 Hollywood Cerise

📋 copy color: '#EA0EB0'

red 234 ◦ green 14 ◦ blue 176

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

Shades of Hollywood Cerise #EA0EB0

Tints of Hollywood Cerise #EA0EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.3%

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

R = 55.19%
G = 3.3%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA0EB0 (or 0xEA0EB0) is known color: Hollywood Cerise. HEX triplet: EA, 0E and B0. RGB value is (234,14,176). Sum of RGB (Red+Green+Blue) = 234+14+176=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0EB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0EB0 is #15F14F. Grayscale: #616161. Windows color (decimal): -1438032 or 11538154. OLE color: 11538154.

HSL color Cylindrical-coordinate representation of color #EA0EB0: hue angle of 315.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0EB0 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 14 176 -
CMYK 0 0.94 0.25 0.08
HSL 315.82º 0.89% 0.49% -
HSV(B) 315.82º 0.94% 0.92% -
XYZ 41.93 20.94 42.91 -
YUV 98.25 171.89 224.83 -
System Red Green Blue C M Y K H S L
Decimal 234 14 176 0 0.94 0.25 0.08 315.82 0.89 0.49
Hex EA E B0 0 5E 19 8 13C 59 31
Octal 352 16 260 0 136 31 10 474 131 61
Binary 11101010 1110 10110000 0 1011110 11001 1000 100111100 1011001 110001

Color Harmonies of #EA0EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0EB0

Black with #EA0EB0

Text Example


Text Example

White with #EA0EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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