Html Css Color HEX #E105A8 Hollywood Cerise

📋 copy color: '#E105A8'

red 225 ◦ green 5 ◦ blue 168

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

Shades of Hollywood Cerise #E105A8

Tints of Hollywood Cerise #E105A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 56.53%
G = 1.26%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E105A8 (or 0xE105A8) is known color: Hollywood Cerise. HEX triplet: E1, 05 and A8. RGB value is (225,5,168). Sum of RGB (Red+Green+Blue) = 225+5+168=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E105A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E105A8 is #1EFA57. Grayscale: #585858. Windows color (decimal): -2030168 or 11011553. OLE color: 11011553.

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

Color convert

RGB 225 5 168 -
CMYK 0 0.98 0.25 0.12
HSL 315.55º 0.96% 0.45% -
HSV(B) 315.55º 0.98% 0.88% -
XYZ 38.17 18.94 38.69 -
YUV 89.36 172.39 224.75 -
System Red Green Blue C M Y K H S L
Decimal 225 5 168 0 0.98 0.25 0.12 315.55 0.96 0.45
Hex E1 5 A8 0 62 19 C 13C 60 2D
Octal 341 5 250 0 142 31 14 474 140 55
Binary 11100001 101 10101000 0 1100010 11001 1100 100111100 1100000 101101

Color Harmonies of #E105A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105A8

Black with #E105A8

Text Example


Text Example

White with #E105A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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