Html Css Color HEX #E10590 Hollywood Cerise

📋 copy color: '#E10590'

red 225 ◦ green 5 ◦ blue 144

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

Shades of Hollywood Cerise #E10590

Tints of Hollywood Cerise #E10590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 60.16%
G = 1.34%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E10590 (or 0xE10590) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 90. RGB value is (225,5,144). Sum of RGB (Red+Green+Blue) = 225+5+144=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E10590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10590 is #1EFA6F. Grayscale: #565656. Windows color (decimal): -2030192 or 9438689. OLE color: 9438689.

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

Color convert

RGB 225 5 144 -
CMYK 0 0.98 0.36 0.12
HSL 322.09º 0.96% 0.45% -
HSV(B) 322.09º 0.98% 0.88% -
XYZ 36.14 18.13 27.98 -
YUV 86.63 160.39 226.7 -
System Red Green Blue C M Y K H S L
Decimal 225 5 144 0 0.98 0.36 0.12 322.09 0.96 0.45
Hex E1 5 90 0 62 24 C 142 60 2D
Octal 341 5 220 0 142 44 14 502 140 55
Binary 11100001 101 10010000 0 1100010 100100 1100 101000010 1100000 101101

Color Harmonies of #E10590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10590

Black with #E10590

Text Example


Text Example

White with #E10590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10590; }

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

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

background-color css

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

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

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

border-color css

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

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

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