#E100B5

Color #E100B5 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E100B5

Tints of Hollywood Cerise #E100B5

Color information

#E100B5 (or 0xE100B5) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 00 and B5. RGB value is (225,0,181). Sum of RGB (Red+Green+Blue) = 225+0+181=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E100B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100B5 is #1EFF4A. Grayscale: #575757. Windows color (decimal): -2031435 or 11862241. OLE color: 11862241.

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

Color convert

RGB2250181-
CMYK010.200.12
HSL311.73º100%44.12%-
HSV(B)311.73º100%88.24%-
XYZ39.3919.3445.37-
YUV87.91180.54225.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 44.58%
R=55.42%
G=0%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250181010.200.12311.7310044.12
HexE10B506414C138642c
Octal34102650144241447014454
Binary11100001010110101011001001010011001001110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E100B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E100B5; }

 p { color: rgb(225,0,181); }

 H1.HeaderClassName
 {
   color: #E100B5;
 }
 .AnyTagClassName
 {
   color: #E100B5;
 }
</style>
background-color css

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

 a { background-color: rgb(225,0,181); }

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

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

 span { border-color: rgb(225,0,181); }

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