Html Css Color HEX #E00390 Hollywood Cerise

📋 copy color: '#E00390'

red 224 ◦ green 3 ◦ blue 144

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

Shades of Hollywood Cerise #E00390

Tints of Hollywood Cerise #E00390

RGB

 RED value IS 224 (87.89% from 255) = 60.38%

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

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

R = 60.38%
G = 0.81%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E00390 (or 0xE00390) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 90. RGB value is (224,3,144). Sum of RGB (Red+Green+Blue) = 224+3+144=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E00390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00390 is #1FFC6F. Grayscale: #545454. Windows color (decimal): -2096240 or 9438176. OLE color: 9438176.

HSL color Cylindrical-coordinate representation of color #E00390: hue angle of 321.72º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00390 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 144 -
CMYK 0 0.99 0.36 0.12
HSL 321.72º 0.97% 0.45% -
HSV(B) 321.72º 0.99% 0.88% -
XYZ 35.81 17.93 27.96 -
YUV 85.15 161.22 227.04 -
System Red Green Blue C M Y K H S L
Decimal 224 3 144 0 0.99 0.36 0.12 321.72 0.97 0.45
Hex E0 3 90 0 63 24 C 142 61 2D
Octal 340 3 220 0 143 44 14 502 141 55
Binary 11100000 11 10010000 0 1100011 100100 1100 101000010 1100001 101101

Color Harmonies of #E00390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00390

Black with #E00390

Text Example


Text Example

White with #E00390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00390; }

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

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

background-color css

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

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

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

border-color css

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

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

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