Html Css Color HEX #E311AE Hollywood Cerise

📋 copy color: '#E311AE'

red 227 ◦ green 17 ◦ blue 174

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

Shades of Hollywood Cerise #E311AE

Tints of Hollywood Cerise #E311AE

RGB

 RED value IS 227 (89.06% from 255) = 54.31%

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

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

R = 54.31%
G = 4.07%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E311AE (or 0xE311AE) is known color: Hollywood Cerise. HEX triplet: E3, 11 and AE. RGB value is (227,17,174). Sum of RGB (Red+Green+Blue) = 227+17+174=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E311AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E311AE is #1CEE51. Grayscale: #616161. Windows color (decimal): -1896018 or 11407843. OLE color: 11407843.

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

Color convert

RGB 227 17 174 -
CMYK 0 0.93 0.23 0.11
HSL 315.14º 0.86% 0.48% -
HSV(B) 315.14º 0.93% 0.89% -
XYZ 39.52 19.79 41.78 -
YUV 97.69 171.07 220.23 -
System Red Green Blue C M Y K H S L
Decimal 227 17 174 0 0.93 0.23 0.11 315.14 0.86 0.48
Hex E3 11 AE 0 5D 17 B 13B 56 30
Octal 343 21 256 0 135 27 13 473 126 60
Binary 11100011 10001 10101110 0 1011101 10111 1011 100111011 1010110 110000

Color Harmonies of #E311AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311AE

Black with #E311AE

Text Example


Text Example

White with #E311AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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