Html Css Color HEX #E006AB Hollywood Cerise

📋 copy color: '#E006AB'

red 224 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #E006AB

Tints of Hollywood Cerise #E006AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 55.86%
G = 1.5%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E006AB (or 0xE006AB) is known color: Hollywood Cerise. HEX triplet: E0, 06 and AB. RGB value is (224,6,171). Sum of RGB (Red+Green+Blue) = 224+6+171=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E006AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006AB is #1FF954. Grayscale: #595959. Windows color (decimal): -2095445 or 11208416. OLE color: 11208416.

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

Color convert

RGB 224 6 171 -
CMYK 0 0.97 0.24 0.12
HSL 314.59º 0.95% 0.45% -
HSV(B) 314.59º 0.97% 0.88% -
XYZ 38.16 18.92 40.17 -
YUV 89.99 173.72 223.58 -
System Red Green Blue C M Y K H S L
Decimal 224 6 171 0 0.97 0.24 0.12 314.59 0.95 0.45
Hex E0 6 AB 0 61 18 C 13B 5F 2D
Octal 340 6 253 0 141 30 14 473 137 55
Binary 11100000 110 10101011 0 1100001 11000 1100 100111011 1011111 101101

Color Harmonies of #E006AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006AB

Black with #E006AB

Text Example


Text Example

White with #E006AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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