Html Css Color HEX #E812AE Hollywood Cerise

📋 copy color: '#E812AE'

red 232 ◦ green 18 ◦ blue 174

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

Shades of Hollywood Cerise #E812AE

Tints of Hollywood Cerise #E812AE

RGB

 RED value IS 232 (91.02% from 255) = 54.72%

 GREEN value IS 18 (7.42% from 255) = 4.25%

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

R = 54.72%
G = 4.25%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E812AE (or 0xE812AE) is known color: Hollywood Cerise. HEX triplet: E8, 12 and AE. RGB value is (232,18,174). Sum of RGB (Red+Green+Blue) = 232+18+174=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E812AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E812AE is #17ED51. Grayscale: #636363. Windows color (decimal): -1568082 or 11408104. OLE color: 11408104.

HSL color Cylindrical-coordinate representation of color #E812AE: hue angle of 316.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812AE is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 18 174 -
CMYK 0 0.92 0.25 0.09
HSL 316.26º 0.86% 0.49% -
HSV(B) 316.26º 0.92% 0.91% -
XYZ 41.14 20.64 41.86 -
YUV 99.77 169.9 222.32 -
System Red Green Blue C M Y K H S L
Decimal 232 18 174 0 0.92 0.25 0.09 316.26 0.86 0.49
Hex E8 12 AE 0 5C 19 9 13C 56 31
Octal 350 22 256 0 134 31 11 474 126 61
Binary 11101000 10010 10101110 0 1011100 11001 1001 100111100 1010110 110001

Color Harmonies of #E812AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812AE

Black with #E812AE

Text Example


Text Example

White with #E812AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812AE; }

 p { color: rgb(232,18,174); }

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

background-color css

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

 a { background-color: rgb(232,18,174); }

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

border-color css

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

 span { border-color: rgb(232,18,174); }

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