Html Css Color HEX #E10290 Hollywood Cerise

📋 copy color: '#E10290'

red 225 ◦ green 2 ◦ blue 144

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

Shades of Hollywood Cerise #E10290

Tints of Hollywood Cerise #E10290

RGB

 RED value IS 225 (88.28% from 255) = 60.65%

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 60.65%
G = 0.54%
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

#E10290 (or 0xE10290) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 90. RGB value is (225,2,144). Sum of RGB (Red+Green+Blue) = 225+2+144=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E10290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10290 is #1EFD6F. Grayscale: #545454. Windows color (decimal): -2030960 or 9437921. OLE color: 9437921.

HSL color Cylindrical-coordinate representation of color #E10290: hue angle of 321.79º degrees, saturation: 0.98, 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 #E10290 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 144 -
CMYK 0 0.99 0.36 0.12
HSL 321.79º 0.98% 0.45% -
HSV(B) 321.79º 0.99% 0.88% -
XYZ 36.11 18.06 27.97 -
YUV 84.87 161.38 227.95 -
System Red Green Blue C M Y K H S L
Decimal 225 2 144 0 0.99 0.36 0.12 321.79 0.98 0.45
Hex E1 2 90 0 63 24 C 142 62 2D
Octal 341 2 220 0 143 44 14 502 142 55
Binary 11100001 10 10010000 0 1100011 100100 1100 101000010 1100010 101101

Color Harmonies of #E10290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10290

Black with #E10290

Text Example


Text Example

White with #E10290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10290; }

 p { color: rgb(225,2,144); }

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

background-color css

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

 a { background-color: rgb(225,2,144); }

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

border-color css

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

 span { border-color: rgb(225,2,144); }

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