Html Css Color HEX #E101AF Hollywood Cerise

📋 copy color: '#E101AF'

red 225 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #E101AF

Tints of Hollywood Cerise #E101AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 56.11%
G = 0.25%
B = 43.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E101AF (or 0xE101AF) is known color: Hollywood Cerise. HEX triplet: E1, 01 and AF. RGB value is (225,1,175). Sum of RGB (Red+Green+Blue) = 225+1+175=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E101AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101AF is #1EFE50. Grayscale: #575757. Windows color (decimal): -2031185 or 11469281. OLE color: 11469281.

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

Color convert

RGB 225 1 175 -
CMYK 0 1.00 0.22 0.12
HSL 313.39º 0.99% 0.44% -
HSV(B) 313.39º 1% 0.88% -
XYZ 38.8 19.12 42.2 -
YUV 87.81 177.21 225.85 -
System Red Green Blue C M Y K H S L
Decimal 225 1 175 0 1.00 0.22 0.12 313.39 0.99 0.44
Hex E1 1 AF 0 64 16 C 139 63 2C
Octal 341 1 257 0 144 26 14 471 143 54
Binary 11100001 1 10101111 0 1100100 10110 1100 100111001 1100011 101100

Color Harmonies of #E101AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101AF

Black with #E101AF

Text Example


Text Example

White with #E101AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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