Html Css Color HEX #E101B6 Hollywood Cerise

📋 copy color: '#E101B6'

red 225 ◦ green 1 ◦ blue 182

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

Shades of Hollywood Cerise #E101B6

Tints of Hollywood Cerise #E101B6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 55.15%
G = 0.25%
B = 44.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E101B6 (or 0xE101B6) is known color: Hollywood Cerise. HEX triplet: E1, 01 and B6. RGB value is (225,1,182). Sum of RGB (Red+Green+Blue) = 225+1+182=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E101B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101B6 is #1EFE49. Grayscale: #585858. Windows color (decimal): -2031178 or 11928033. OLE color: 11928033.

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

Color convert

RGB 225 1 182 -
CMYK 0 1.00 0.19 0.12
HSL 311.52º 0.99% 0.44% -
HSV(B) 311.52º 1% 0.88% -
XYZ 39.51 19.41 45.92 -
YUV 88.61 180.71 225.28 -
System Red Green Blue C M Y K H S L
Decimal 225 1 182 0 1.00 0.19 0.12 311.52 0.99 0.44
Hex E1 1 B6 0 64 13 C 138 63 2C
Octal 341 1 266 0 144 23 14 470 143 54
Binary 11100001 1 10110110 0 1100100 10011 1100 100111000 1100011 101100

Color Harmonies of #E101B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101B6

Black with #E101B6

Text Example


Text Example

White with #E101B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101B6; }

 p { color: rgb(225,1,182); }

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

background-color css

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

 a { background-color: rgb(225,1,182); }

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

border-color css

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

 span { border-color: rgb(225,1,182); }

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