Html Css Color HEX #E000AE Hollywood Cerise

📋 copy color: '#E000AE'

red 224 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #E000AE

Tints of Hollywood Cerise #E000AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 56.28%
G = 0%
B = 43.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E000AE (or 0xE000AE) is known color: Hollywood Cerise. HEX triplet: E0, 00 and AE. RGB value is (224,0,174). Sum of RGB (Red+Green+Blue) = 224+0+174=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E000AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E000AE is #1FFF51. Grayscale: #565656. Windows color (decimal): -2096978 or 11403488. OLE color: 11403488.

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

Color convert

RGB 224 0 174 -
CMYK 0 1 0.22 0.12
HSL 313.39º 1% 0.44% -
HSV(B) 313.39º 1% 0.88% -
XYZ 38.38 18.9 41.67 -
YUV 86.81 177.21 225.85 -
System Red Green Blue C M Y K H S L
Decimal 224 0 174 0 1 0.22 0.12 313.39 1 0.44
Hex E0 0 AE 0 64 16 C 139 64 2C
Octal 340 0 256 0 144 26 14 471 144 54
Binary 11100000 0 10101110 0 1100100 10110 1100 100111001 1100100 101100

Color Harmonies of #E000AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000AE

Black with #E000AE

Text Example


Text Example

White with #E000AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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