Html Css Color HEX #E012AD Hollywood Cerise

📋 copy color: '#E012AD'

red 224 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #E012AD

Tints of Hollywood Cerise #E012AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 53.98%
G = 4.34%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E012AD (or 0xE012AD) is known color: Hollywood Cerise. HEX triplet: E0, 12 and AD. RGB value is (224,18,173). Sum of RGB (Red+Green+Blue) = 224+18+173=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E012AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E012AD is #1FED52. Grayscale: #606060. Windows color (decimal): -2092371 or 11342560. OLE color: 11342560.

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

Color convert

RGB 224 18 173 -
CMYK 0 0.92 0.23 0.12
HSL 314.85º 0.85% 0.47% -
HSV(B) 314.85º 0.92% 0.88% -
XYZ 38.5 19.3 41.23 -
YUV 97.26 170.75 218.4 -
System Red Green Blue C M Y K H S L
Decimal 224 18 173 0 0.92 0.23 0.12 314.85 0.85 0.47
Hex E0 12 AD 0 5C 17 C 13B 55 2F
Octal 340 22 255 0 134 27 14 473 125 57
Binary 11100000 10010 10101101 0 1011100 10111 1100 100111011 1010101 101111

Color Harmonies of #E012AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012AD

Black with #E012AD

Text Example


Text Example

White with #E012AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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