Html Css Color HEX #E100B2 Hollywood Cerise

📋 copy color: '#E100B2'

red 225 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #E100B2

Tints of Hollywood Cerise #E100B2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 55.83%
G = 0%
B = 44.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E100B2 (or 0xE100B2) is known color: Hollywood Cerise. HEX triplet: E1, 00 and B2. RGB value is (225,0,178). Sum of RGB (Red+Green+Blue) = 225+0+178=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E100B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100B2 is #1EFF4D. Grayscale: #575757. Windows color (decimal): -2031438 or 11665633. OLE color: 11665633.

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

Color convert

RGB 225 0 178 -
CMYK 0 1 0.21 0.12
HSL 312.53º 1% 0.44% -
HSV(B) 312.53º 1% 0.88% -
XYZ 39.09 19.22 43.77 -
YUV 87.57 179.04 226.03 -
System Red Green Blue C M Y K H S L
Decimal 225 0 178 0 1 0.21 0.12 312.53 1 0.44
Hex E1 0 B2 0 64 15 C 139 64 2C
Octal 341 0 262 0 144 25 14 471 144 54
Binary 11100001 0 10110010 0 1100100 10101 1100 100111001 1100100 101100

Color Harmonies of #E100B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100B2

Black with #E100B2

Text Example


Text Example

White with #E100B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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