Html Css Color HEX #E101B3 Hollywood Cerise

📋 copy color: '#E101B3'

red 225 ◦ green 1 ◦ blue 179

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

Shades of Hollywood Cerise #E101B3

Tints of Hollywood Cerise #E101B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 55.56%
G = 0.25%
B = 44.2%

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

#E101B3 (or 0xE101B3) is known color: Hollywood Cerise. HEX triplet: E1, 01 and B3. RGB value is (225,1,179). Sum of RGB (Red+Green+Blue) = 225+1+179=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E101B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101B3 is #1EFE4C. Grayscale: #575757. Windows color (decimal): -2031181 or 11731425. OLE color: 11731425.

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

Color convert

RGB 225 1 179 -
CMYK 0 1.00 0.20 0.12
HSL 312.32º 0.99% 0.44% -
HSV(B) 312.32º 1% 0.88% -
XYZ 39.2 19.28 44.3 -
YUV 88.27 179.21 225.53 -
System Red Green Blue C M Y K H S L
Decimal 225 1 179 0 1.00 0.20 0.12 312.32 0.99 0.44
Hex E1 1 B3 0 64 14 C 138 63 2C
Octal 341 1 263 0 144 24 14 470 143 54
Binary 11100001 1 10110011 0 1100100 10100 1100 100111000 1100011 101100

Color Harmonies of #E101B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101B3

Black with #E101B3

Text Example


Text Example

White with #E101B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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