Html Css Color HEX #E000AB Hollywood Cerise

📋 copy color: '#E000AB'

red 224 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #E000AB

Tints of Hollywood Cerise #E000AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.71%
G = 0%
B = 43.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E000AB (or 0xE000AB) is known color: Hollywood Cerise. HEX triplet: E0, 00 and AB. RGB value is (224,0,171). Sum of RGB (Red+Green+Blue) = 224+0+171=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E000AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E000AB is #1FFF54. Grayscale: #565656. Windows color (decimal): -2096981 or 11206880. OLE color: 11206880.

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

Color convert

RGB 224 0 171 -
CMYK 0 1 0.24 0.12
HSL 314.2º 1% 0.44% -
HSV(B) 314.2º 1% 0.88% -
XYZ 38.09 18.79 40.15 -
YUV 86.47 175.71 226.1 -
System Red Green Blue C M Y K H S L
Decimal 224 0 171 0 1 0.24 0.12 314.2 1 0.44
Hex E0 0 AB 0 64 18 C 13A 64 2C
Octal 340 0 253 0 144 30 14 472 144 54
Binary 11100000 0 10101011 0 1100100 11000 1100 100111010 1100100 101100

Color Harmonies of #E000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000AB

Black with #E000AB

Text Example


Text Example

White with #E000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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