Html Css Color HEX #E311AC Hollywood Cerise

📋 copy color: '#E311AC'

red 227 ◦ green 17 ◦ blue 172

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

Shades of Hollywood Cerise #E311AC

Tints of Hollywood Cerise #E311AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 54.57%
G = 4.09%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E311AC (or 0xE311AC) is known color: Hollywood Cerise. HEX triplet: E3, 11 and AC. RGB value is (227,17,172). Sum of RGB (Red+Green+Blue) = 227+17+172=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E311AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E311AC is #1CEE53. Grayscale: #616161. Windows color (decimal): -1896020 or 11276771. OLE color: 11276771.

HSL color Cylindrical-coordinate representation of color #E311AC: hue angle of 315.71º 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 #E311AC is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 172 -
CMYK 0 0.93 0.24 0.11
HSL 315.71º 0.86% 0.48% -
HSV(B) 315.71º 0.93% 0.89% -
XYZ 39.33 19.71 40.76 -
YUV 97.46 170.07 220.4 -
System Red Green Blue C M Y K H S L
Decimal 227 17 172 0 0.93 0.24 0.11 315.71 0.86 0.48
Hex E3 11 AC 0 5D 18 B 13C 56 30
Octal 343 21 254 0 135 30 13 474 126 60
Binary 11100011 10001 10101100 0 1011101 11000 1011 100111100 1010110 110000

Color Harmonies of #E311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311AC

Black with #E311AC

Text Example


Text Example

White with #E311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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