Html Css Color HEX #EA0090 Hollywood Cerise

📋 copy color: '#EA0090'

red 234 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #EA0090

Tints of Hollywood Cerise #EA0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 61.9%
G = 0%
B = 38.1%

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

#EA0090 (or 0xEA0090) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 90. RGB value is (234,0,144). Sum of RGB (Red+Green+Blue) = 234+0+144=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0090 is #15FF6F. Grayscale: #565656. Windows color (decimal): -1441648 or 9437418. OLE color: 9437418.

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

Color convert

RGB 234 0 144 -
CMYK 0 1 0.38 0.08
HSL 323.08º 1% 0.46% -
HSV(B) 323.08º 1% 0.92% -
XYZ 38.97 19.51 28.1 -
YUV 86.38 160.52 233.29 -
System Red Green Blue C M Y K H S L
Decimal 234 0 144 0 1 0.38 0.08 323.08 1 0.46
Hex EA 0 90 0 64 26 8 143 64 2E
Octal 352 0 220 0 144 46 10 503 144 56
Binary 11101010 0 10010000 0 1100100 100110 1000 101000011 1100100 101110

Color Harmonies of #EA0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0090

Black with #EA0090

Text Example


Text Example

White with #EA0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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