Html Css Color HEX #E10FAD Hollywood Cerise

📋 copy color: '#E10FAD'

red 225 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #E10FAD

Tints of Hollywood Cerise #E10FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.63%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 54.48%
G = 3.63%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E10FAD (or 0xE10FAD) is known color: Hollywood Cerise. HEX triplet: E1, 0F and AD. RGB value is (225,15,173). Sum of RGB (Red+Green+Blue) = 225+15+173=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10FAD is #1EF052. Grayscale: #5F5F5F. Windows color (decimal): -2027603 or 11341793. OLE color: 11341793.

HSL color Cylindrical-coordinate representation of color #E10FAD: hue angle of 314.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FAD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 173 -
CMYK 0 0.93 0.23 0.12
HSL 314.86º 0.88% 0.47% -
HSV(B) 314.86º 0.93% 0.88% -
XYZ 38.76 19.37 41.23 -
YUV 95.8 171.57 220.15 -
System Red Green Blue C M Y K H S L
Decimal 225 15 173 0 0.93 0.23 0.12 314.86 0.88 0.47
Hex E1 F AD 0 5D 17 C 13B 58 2F
Octal 341 17 255 0 135 27 14 473 130 57
Binary 11100001 1111 10101101 0 1011101 10111 1100 100111011 1011000 101111

Color Harmonies of #E10FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FAD

Black with #E10FAD

Text Example


Text Example

White with #E10FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FAD; }

 p { color: rgb(225,15,173); }

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

background-color css

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

 a { background-color: rgb(225,15,173); }

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

border-color css

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

 span { border-color: rgb(225,15,173); }

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