Html Css Color HEX #E012AB Hollywood Cerise

📋 copy color: '#E012AB'

red 224 ◦ green 18 ◦ blue 171

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

Shades of Hollywood Cerise #E012AB

Tints of Hollywood Cerise #E012AB

RGB

 RED value IS 224 (87.89% from 255) = 54.24%

 GREEN value IS 18 (7.42% from 255) = 4.36%

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 54.24%
G = 4.36%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E012AB (or 0xE012AB) is known color: Hollywood Cerise. HEX triplet: E0, 12 and AB. RGB value is (224,18,171). Sum of RGB (Red+Green+Blue) = 224+18+171=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E012AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E012AB is #1FED54. Grayscale: #606060. Windows color (decimal): -2092373 or 11211488. OLE color: 11211488.

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

Color convert

RGB 224 18 171 -
CMYK 0 0.92 0.24 0.12
HSL 315.44º 0.85% 0.47% -
HSV(B) 315.44º 0.92% 0.88% -
XYZ 38.31 19.22 40.22 -
YUV 97.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 224 18 171 0 0.92 0.24 0.12 315.44 0.85 0.47
Hex E0 12 AB 0 5C 18 C 13B 55 2F
Octal 340 22 253 0 134 30 14 473 125 57
Binary 11100000 10010 10101011 0 1011100 11000 1100 100111011 1010101 101111

Color Harmonies of #E012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012AB

Black with #E012AB

Text Example


Text Example

White with #E012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012AB; }

 p { color: rgb(224,18,171); }

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

background-color css

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

 a { background-color: rgb(224,18,171); }

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

border-color css

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

 span { border-color: rgb(224,18,171); }

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