Html Css Color HEX #E014AE Hollywood Cerise

📋 copy color: '#E014AE'

red 224 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #E014AE

Tints of Hollywood Cerise #E014AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 53.59%
G = 4.78%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E014AE (or 0xE014AE) is known color: Hollywood Cerise. HEX triplet: E0, 14 and AE. RGB value is (224,20,174). Sum of RGB (Red+Green+Blue) = 224+20+174=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E014AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E014AE is #1FEB51. Grayscale: #626262. Windows color (decimal): -2091858 or 11408608. OLE color: 11408608.

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

Color convert

RGB 224 20 174 -
CMYK 0 0.91 0.22 0.12
HSL 314.71º 0.84% 0.48% -
HSV(B) 314.71º 0.91% 0.88% -
XYZ 38.63 19.4 41.75 -
YUV 98.55 170.59 217.48 -
System Red Green Blue C M Y K H S L
Decimal 224 20 174 0 0.91 0.22 0.12 314.71 0.84 0.48
Hex E0 14 AE 0 5B 16 C 13B 54 30
Octal 340 24 256 0 133 26 14 473 124 60
Binary 11100000 10100 10101110 0 1011011 10110 1100 100111011 1010100 110000

Color Harmonies of #E014AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014AE

Black with #E014AE

Text Example


Text Example

White with #E014AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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