Html Css Color HEX #EA0B92 Hollywood Cerise

📋 copy color: '#EA0B92'

red 234 ◦ green 11 ◦ blue 146

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

Shades of Hollywood Cerise #EA0B92

Tints of Hollywood Cerise #EA0B92

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 59.85%
G = 2.81%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0B92 (or 0xEA0B92) is known color: Hollywood Cerise. HEX triplet: EA, 0B and 92. RGB value is (234,11,146). Sum of RGB (Red+Green+Blue) = 234+11+146=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0B92 is #15F46D. Grayscale: #5C5C5C. Windows color (decimal): -1438830 or 9571306. OLE color: 9571306.

HSL color Cylindrical-coordinate representation of color #EA0B92: hue angle of 323.68º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B92 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 11 146 -
CMYK 0 0.95 0.38 0.08
HSL 323.68º 0.91% 0.48% -
HSV(B) 323.68º 0.95% 0.92% -
XYZ 39.24 19.81 28.95 -
YUV 93.07 157.88 228.52 -
System Red Green Blue C M Y K H S L
Decimal 234 11 146 0 0.95 0.38 0.08 323.68 0.91 0.48
Hex EA B 92 0 5F 26 8 144 5B 30
Octal 352 13 222 0 137 46 10 504 133 60
Binary 11101010 1011 10010010 0 1011111 100110 1000 101000100 1011011 110000

Color Harmonies of #EA0B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B92

Black with #EA0B92

Text Example


Text Example

White with #EA0B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B92; }

 p { color: rgb(234,11,146); }

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

background-color css

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

 a { background-color: rgb(234,11,146); }

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

border-color css

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

 span { border-color: rgb(234,11,146); }

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