Html Css Color HEX #E101A6 Hollywood Cerise

📋 copy color: '#E101A6'

red 225 ◦ green 1 ◦ blue 166

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

Shades of Hollywood Cerise #E101A6

Tints of Hollywood Cerise #E101A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 57.4%
G = 0.26%
B = 42.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E101A6 (or 0xE101A6) is known color: Hollywood Cerise. HEX triplet: E1, 01 and A6. RGB value is (225,1,166). Sum of RGB (Red+Green+Blue) = 225+1+166=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E101A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101A6 is #1EFE59. Grayscale: #565656. Windows color (decimal): -2031194 or 10879457. OLE color: 10879457.

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

Color convert

RGB 225 1 166 -
CMYK 0 1.00 0.26 0.12
HSL 315.8º 0.99% 0.44% -
HSV(B) 315.8º 1% 0.88% -
XYZ 37.95 18.78 37.7 -
YUV 86.79 172.71 226.58 -
System Red Green Blue C M Y K H S L
Decimal 225 1 166 0 1.00 0.26 0.12 315.8 0.99 0.44
Hex E1 1 A6 0 64 1A C 13C 63 2C
Octal 341 1 246 0 144 32 14 474 143 54
Binary 11100001 1 10100110 0 1100100 11010 1100 100111100 1100011 101100

Color Harmonies of #E101A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101A6

Black with #E101A6

Text Example


Text Example

White with #E101A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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