Html Css Color HEX #E311A8 Hollywood Cerise

📋 copy color: '#E311A8'

red 227 ◦ green 17 ◦ blue 168

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

Shades of Hollywood Cerise #E311A8

Tints of Hollywood Cerise #E311A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 55.1%
G = 4.13%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E311A8 (or 0xE311A8) is known color: Hollywood Cerise. HEX triplet: E3, 11 and A8. RGB value is (227,17,168). Sum of RGB (Red+Green+Blue) = 227+17+168=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E311A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E311A8 is #1CEE57. Grayscale: #606060. Windows color (decimal): -1896024 or 11014627. OLE color: 11014627.

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

Color convert

RGB 227 17 168 -
CMYK 0 0.93 0.26 0.11
HSL 316.86º 0.86% 0.48% -
HSV(B) 316.86º 0.93% 0.89% -
XYZ 38.95 19.56 38.77 -
YUV 97 168.07 220.72 -
System Red Green Blue C M Y K H S L
Decimal 227 17 168 0 0.93 0.26 0.11 316.86 0.86 0.48
Hex E3 11 A8 0 5D 1A B 13D 56 30
Octal 343 21 250 0 135 32 13 475 126 60
Binary 11100011 10001 10101000 0 1011101 11010 1011 100111101 1010110 110000

Color Harmonies of #E311A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311A8

Black with #E311A8

Text Example


Text Example

White with #E311A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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