Html Css Color HEX #E101B5 Hollywood Cerise

📋 copy color: '#E101B5'

red 225 ◦ green 1 ◦ blue 181

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

Shades of Hollywood Cerise #E101B5

Tints of Hollywood Cerise #E101B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 55.28%
G = 0.25%
B = 44.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E101B5 (or 0xE101B5) is known color: Hollywood Cerise. HEX triplet: E1, 01 and B5. RGB value is (225,1,181). Sum of RGB (Red+Green+Blue) = 225+1+181=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E101B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101B5 is #1EFE4A. Grayscale: #585858. Windows color (decimal): -2031179 or 11862497. OLE color: 11862497.

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

Color convert

RGB 225 1 181 -
CMYK 0 1.00 0.20 0.12
HSL 311.79º 0.99% 0.44% -
HSV(B) 311.79º 1% 0.88% -
XYZ 39.4 19.37 45.38 -
YUV 88.5 180.21 225.36 -
System Red Green Blue C M Y K H S L
Decimal 225 1 181 0 1.00 0.20 0.12 311.79 0.99 0.44
Hex E1 1 B5 0 64 14 C 138 63 2C
Octal 341 1 265 0 144 24 14 470 143 54
Binary 11100001 1 10110101 0 1100100 10100 1100 100111000 1100011 101100

Color Harmonies of #E101B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101B5

Black with #E101B5

Text Example


Text Example

White with #E101B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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