Html Css Color HEX #E212AE Hollywood Cerise

📋 copy color: '#E212AE'

red 226 ◦ green 18 ◦ blue 174

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

Shades of Hollywood Cerise #E212AE

Tints of Hollywood Cerise #E212AE

RGB

 RED value IS 226 (88.67% from 255) = 54.07%

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

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

R = 54.07%
G = 4.31%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E212AE (or 0xE212AE) is known color: Hollywood Cerise. HEX triplet: E2, 12 and AE. RGB value is (226,18,174). Sum of RGB (Red+Green+Blue) = 226+18+174=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E212AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E212AE is #1DED51. Grayscale: #616161. Windows color (decimal): -1961298 or 11408098. OLE color: 11408098.

HSL color Cylindrical-coordinate representation of color #E212AE: hue angle of 315º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E212AE is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 174 -
CMYK 0 0.92 0.23 0.11
HSL 315º 0.85% 0.48% -
HSV(B) 315º 0.92% 0.89% -
XYZ 39.22 19.66 41.77 -
YUV 97.98 170.91 219.32 -
System Red Green Blue C M Y K H S L
Decimal 226 18 174 0 0.92 0.23 0.11 315 0.85 0.48
Hex E2 12 AE 0 5C 17 B 13B 55 30
Octal 342 22 256 0 134 27 13 473 125 60
Binary 11100010 10010 10101110 0 1011100 10111 1011 100111011 1010101 110000

Color Harmonies of #E212AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E212AE

Black with #E212AE

Text Example


Text Example

White with #E212AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E212AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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