Html Css Color HEX #E00AAB Hollywood Cerise

📋 copy color: '#E00AAB'

red 224 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #E00AAB

Tints of Hollywood Cerise #E00AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.47%

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

R = 55.31%
G = 2.47%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E00AAB (or 0xE00AAB) is known color: Hollywood Cerise. HEX triplet: E0, 0A and AB. RGB value is (224,10,171). Sum of RGB (Red+Green+Blue) = 224+10+171=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00AAB is #1FF554. Grayscale: #5B5B5B. Windows color (decimal): -2094421 or 11209440. OLE color: 11209440.

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

Color convert

RGB 224 10 171 -
CMYK 0 0.96 0.24 0.12
HSL 314.86º 0.91% 0.46% -
HSV(B) 314.86º 0.96% 0.88% -
XYZ 38.2 19 40.18 -
YUV 92.34 172.4 221.91 -
System Red Green Blue C M Y K H S L
Decimal 224 10 171 0 0.96 0.24 0.12 314.86 0.91 0.46
Hex E0 A AB 0 60 18 C 13B 5B 2E
Octal 340 12 253 0 140 30 14 473 133 56
Binary 11100000 1010 10101011 0 1100000 11000 1100 100111011 1011011 101110

Color Harmonies of #E00AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AAB

Black with #E00AAB

Text Example


Text Example

White with #E00AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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