Html Css Color HEX #E10594 Hollywood Cerise

📋 copy color: '#E10594'

red 225 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #E10594

Tints of Hollywood Cerise #E10594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 59.52%
G = 1.32%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E10594 (or 0xE10594) is known color: Hollywood Cerise. HEX triplet: E1, 05 and 94. RGB value is (225,5,148). Sum of RGB (Red+Green+Blue) = 225+5+148=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10594 is #1EFA6B. Grayscale: #565656. Windows color (decimal): -2030188 or 9700833. OLE color: 9700833.

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

Color convert

RGB 225 5 148 -
CMYK 0 0.98 0.34 0.12
HSL 321º 0.96% 0.45% -
HSV(B) 321º 0.98% 0.88% -
XYZ 36.45 18.25 29.62 -
YUV 87.08 162.39 226.37 -
System Red Green Blue C M Y K H S L
Decimal 225 5 148 0 0.98 0.34 0.12 321 0.96 0.45
Hex E1 5 94 0 62 22 C 141 60 2D
Octal 341 5 224 0 142 42 14 501 140 55
Binary 11100001 101 10010100 0 1100010 100010 1100 101000001 1100000 101101

Color Harmonies of #E10594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10594

Black with #E10594

Text Example


Text Example

White with #E10594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10594; }

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

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

background-color css

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

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

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

border-color css

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

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

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