Html Css Color HEX #E006AA Hollywood Cerise

📋 copy color: '#E006AA'

red 224 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #E006AA

Tints of Hollywood Cerise #E006AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 56%
G = 1.5%
B = 42.5%

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

#E006AA (or 0xE006AA) is known color: Hollywood Cerise. HEX triplet: E0, 06 and AA. RGB value is (224,6,170). Sum of RGB (Red+Green+Blue) = 224+6+170=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E006AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006AA is #1FF955. Grayscale: #595959. Windows color (decimal): -2095446 or 11142880. OLE color: 11142880.

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

Color convert

RGB 224 6 170 -
CMYK 0 0.97 0.24 0.12
HSL 314.86º 0.95% 0.45% -
HSV(B) 314.86º 0.97% 0.88% -
XYZ 38.06 18.88 39.67 -
YUV 89.88 173.22 223.66 -
System Red Green Blue C M Y K H S L
Decimal 224 6 170 0 0.97 0.24 0.12 314.86 0.95 0.45
Hex E0 6 AA 0 61 18 C 13B 5F 2D
Octal 340 6 252 0 141 30 14 473 137 55
Binary 11100000 110 10101010 0 1100001 11000 1100 100111011 1011111 101101

Color Harmonies of #E006AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006AA

Black with #E006AA

Text Example


Text Example

White with #E006AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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