Html Css Color HEX #E006A4 Hollywood Cerise

📋 copy color: '#E006A4'

red 224 ◦ green 6 ◦ blue 164

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

Shades of Hollywood Cerise #E006A4

Tints of Hollywood Cerise #E006A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.62%

R = 56.85%
G = 1.52%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E006A4 (or 0xE006A4) is known color: Hollywood Cerise. HEX triplet: E0, 06 and A4. RGB value is (224,6,164). Sum of RGB (Red+Green+Blue) = 224+6+164=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E006A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006A4 is #1FF95B. Grayscale: #585858. Windows color (decimal): -2095452 or 10749664. OLE color: 10749664.

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

Color convert

RGB 224 6 164 -
CMYK 0 0.97 0.27 0.12
HSL 316.51º 0.95% 0.45% -
HSV(B) 316.51º 0.97% 0.88% -
XYZ 37.51 18.66 36.75 -
YUV 89.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 224 6 164 0 0.97 0.27 0.12 316.51 0.95 0.45
Hex E0 6 A4 0 61 1B C 13D 5F 2D
Octal 340 6 244 0 141 33 14 475 137 55
Binary 11100000 110 10100100 0 1100001 11011 1100 100111101 1011111 101101

Color Harmonies of #E006A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006A4

Black with #E006A4

Text Example


Text Example

White with #E006A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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