Html Css Color HEX #E00190 Hollywood Cerise

📋 copy color: '#E00190'

red 224 ◦ green 1 ◦ blue 144

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

Shades of Hollywood Cerise #E00190

Tints of Hollywood Cerise #E00190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 60.7%
G = 0.27%
B = 39.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E00190 (or 0xE00190) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 90. RGB value is (224,1,144). Sum of RGB (Red+Green+Blue) = 224+1+144=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E00190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00190 is #1FFE6F. Grayscale: #535353. Windows color (decimal): -2096752 or 9437664. OLE color: 9437664.

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

Color convert

RGB 224 1 144 -
CMYK 0 1.00 0.36 0.12
HSL 321.52º 0.99% 0.44% -
HSV(B) 321.52º 1% 0.88% -
XYZ 35.79 17.88 27.95 -
YUV 83.98 161.88 227.87 -
System Red Green Blue C M Y K H S L
Decimal 224 1 144 0 1.00 0.36 0.12 321.52 0.99 0.44
Hex E0 1 90 0 64 24 C 142 63 2C
Octal 340 1 220 0 144 44 14 502 143 54
Binary 11100000 1 10010000 0 1100100 100100 1100 101000010 1100011 101100

Color Harmonies of #E00190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00190

Black with #E00190

Text Example


Text Example

White with #E00190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00190; }

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

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

background-color css

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

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

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

border-color css

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

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

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