Html Css Color HEX #E015AB Hollywood Cerise

📋 copy color: '#E015AB'

red 224 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #E015AB

Tints of Hollywood Cerise #E015AB

RGB

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

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

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

R = 53.85%
G = 5.05%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E015AB (or 0xE015AB) is known color: Hollywood Cerise. HEX triplet: E0, 15 and AB. RGB value is (224,21,171). Sum of RGB (Red+Green+Blue) = 224+21+171=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E015AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E015AB is #1FEA54. Grayscale: #626262. Windows color (decimal): -2091605 or 11212256. OLE color: 11212256.

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

Color convert

RGB 224 21 171 -
CMYK 0 0.91 0.24 0.12
HSL 315.67º 0.83% 0.48% -
HSV(B) 315.67º 0.91% 0.88% -
XYZ 38.36 19.32 40.24 -
YUV 98.8 168.75 217.3 -
System Red Green Blue C M Y K H S L
Decimal 224 21 171 0 0.91 0.24 0.12 315.67 0.83 0.48
Hex E0 15 AB 0 5B 18 C 13C 53 30
Octal 340 25 253 0 133 30 14 474 123 60
Binary 11100000 10101 10101011 0 1011011 11000 1100 100111100 1010011 110000

Color Harmonies of #E015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015AB

Black with #E015AB

Text Example


Text Example

White with #E015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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