Html Css Color HEX #EA0092 Hollywood Cerise

📋 copy color: '#EA0092'

red 234 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #EA0092

Tints of Hollywood Cerise #EA0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.58%
G = 0%
B = 38.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0092 (or 0xEA0092) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 92. RGB value is (234,0,146). Sum of RGB (Red+Green+Blue) = 234+0+146=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0092 is #15FF6D. Grayscale: #565656. Windows color (decimal): -1441646 or 9568490. OLE color: 9568490.

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

Color convert

RGB 234 0 146 -
CMYK 0 1 0.38 0.08
HSL 322.56º 1% 0.46% -
HSV(B) 322.56º 1% 0.92% -
XYZ 39.12 19.57 28.91 -
YUV 86.61 161.52 233.13 -
System Red Green Blue C M Y K H S L
Decimal 234 0 146 0 1 0.38 0.08 322.56 1 0.46
Hex EA 0 92 0 64 26 8 143 64 2E
Octal 352 0 222 0 144 46 10 503 144 56
Binary 11101010 0 10010010 0 1100100 100110 1000 101000011 1100100 101110

Color Harmonies of #EA0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0092

Black with #EA0092

Text Example


Text Example

White with #EA0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0092; }

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

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

background-color css

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

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

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

border-color css

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

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

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