Html Css Color HEX #E110AF Hollywood Cerise

📋 copy color: '#E110AF'

red 225 ◦ green 16 ◦ blue 175

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

Shades of Hollywood Cerise #E110AF

Tints of Hollywood Cerise #E110AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.85%

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

R = 54.09%
G = 3.85%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E110AF (or 0xE110AF) is known color: Hollywood Cerise. HEX triplet: E1, 10 and AF. RGB value is (225,16,175). Sum of RGB (Red+Green+Blue) = 225+16+175=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E110AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E110AF is #1EEF50. Grayscale: #606060. Windows color (decimal): -2027345 or 11473121. OLE color: 11473121.

HSL color Cylindrical-coordinate representation of color #E110AF: hue angle of 314.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110AF is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 175 -
CMYK 0 0.93 0.22 0.12
HSL 314.35º 0.87% 0.47% -
HSV(B) 314.35º 0.93% 0.88% -
XYZ 38.97 19.47 42.26 -
YUV 96.62 172.24 219.57 -
System Red Green Blue C M Y K H S L
Decimal 225 16 175 0 0.93 0.22 0.12 314.35 0.87 0.47
Hex E1 10 AF 0 5D 16 C 13A 57 2F
Octal 341 20 257 0 135 26 14 472 127 57
Binary 11100001 10000 10101111 0 1011101 10110 1100 100111010 1010111 101111

Color Harmonies of #E110AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110AF

Black with #E110AF

Text Example


Text Example

White with #E110AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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