Html Css Color HEX #EA0390 Hollywood Cerise

📋 copy color: '#EA0390'

red 234 ◦ green 3 ◦ blue 144

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

Shades of Hollywood Cerise #EA0390

Tints of Hollywood Cerise #EA0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 61.42%
G = 0.79%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0390 (or 0xEA0390) is known color: Hollywood Cerise. HEX triplet: EA, 03 and 90. RGB value is (234,3,144). Sum of RGB (Red+Green+Blue) = 234+3+144=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0390 is #15FC6F. Grayscale: #575757. Windows color (decimal): -1440880 or 9438186. OLE color: 9438186.

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

Color convert

RGB 234 3 144 -
CMYK 0 0.99 0.38 0.08
HSL 323.38º 0.97% 0.46% -
HSV(B) 323.38º 0.99% 0.92% -
XYZ 39 19.57 28.11 -
YUV 88.14 159.53 232.04 -
System Red Green Blue C M Y K H S L
Decimal 234 3 144 0 0.99 0.38 0.08 323.38 0.97 0.46
Hex EA 3 90 0 63 26 8 143 61 2E
Octal 352 3 220 0 143 46 10 503 141 56
Binary 11101010 11 10010000 0 1100011 100110 1000 101000011 1100001 101110

Color Harmonies of #EA0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0390

Black with #EA0390

Text Example


Text Example

White with #EA0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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