Html Css Color HEX #E015AD Hollywood Cerise

📋 copy color: '#E015AD'

red 224 ◦ green 21 ◦ blue 173

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

Shades of Hollywood Cerise #E015AD

Tints of Hollywood Cerise #E015AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 53.59%
G = 5.02%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E015AD (or 0xE015AD) is known color: Hollywood Cerise. HEX triplet: E0, 15 and AD. RGB value is (224,21,173). Sum of RGB (Red+Green+Blue) = 224+21+173=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E015AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E015AD is #1FEA52. Grayscale: #626262. Windows color (decimal): -2091603 or 11343328. OLE color: 11343328.

HSL color Cylindrical-coordinate representation of color #E015AD: hue angle of 315.07º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015AD is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 173 -
CMYK 0 0.91 0.23 0.12
HSL 315.07º 0.83% 0.48% -
HSV(B) 315.07º 0.91% 0.88% -
XYZ 38.55 19.4 41.25 -
YUV 99.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 224 21 173 0 0.91 0.23 0.12 315.07 0.83 0.48
Hex E0 15 AD 0 5B 17 C 13B 53 30
Octal 340 25 255 0 133 27 14 473 123 60
Binary 11100000 10101 10101101 0 1011011 10111 1100 100111011 1010011 110000

Color Harmonies of #E015AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015AD

Black with #E015AD

Text Example


Text Example

White with #E015AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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