Html Css Color HEX #E211AE Hollywood Cerise

📋 copy color: '#E211AE'

red 226 ◦ green 17 ◦ blue 174

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

Shades of Hollywood Cerise #E211AE

Tints of Hollywood Cerise #E211AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.08%

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

R = 54.2%
G = 4.08%
B = 41.73%

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

#E211AE (or 0xE211AE) is known color: Hollywood Cerise. HEX triplet: E2, 11 and AE. RGB value is (226,17,174). Sum of RGB (Red+Green+Blue) = 226+17+174=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E211AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E211AE is #1DEE51. Grayscale: #606060. Windows color (decimal): -1961554 or 11407842. OLE color: 11407842.

HSL color Cylindrical-coordinate representation of color #E211AE: hue angle of 314.93º degrees, saturation: 0.86, 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 #E211AE is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 174 -
CMYK 0 0.92 0.23 0.11
HSL 314.93º 0.86% 0.48% -
HSV(B) 314.93º 0.92% 0.89% -
XYZ 39.2 19.63 41.77 -
YUV 97.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 226 17 174 0 0.92 0.23 0.11 314.93 0.86 0.48
Hex E2 11 AE 0 5C 17 B 13B 56 30
Octal 342 21 256 0 134 27 13 473 126 60
Binary 11100010 10001 10101110 0 1011100 10111 1011 100111011 1010110 110000

Color Harmonies of #E211AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211AE

Black with #E211AE

Text Example


Text Example

White with #E211AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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