Html Css Color HEX #E311A5 Hollywood Cerise

📋 copy color: '#E311A5'

red 227 ◦ green 17 ◦ blue 165

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

Shades of Hollywood Cerise #E311A5

Tints of Hollywood Cerise #E311A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 55.5%
G = 4.16%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E311A5 (or 0xE311A5) is known color: Hollywood Cerise. HEX triplet: E3, 11 and A5. RGB value is (227,17,165). Sum of RGB (Red+Green+Blue) = 227+17+165=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E311A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E311A5 is #1CEE5A. Grayscale: #606060. Windows color (decimal): -1896027 or 10818019. OLE color: 10818019.

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

Color convert

RGB 227 17 165 -
CMYK 0 0.93 0.27 0.11
HSL 317.71º 0.86% 0.48% -
HSV(B) 317.71º 0.93% 0.89% -
XYZ 38.67 19.45 37.31 -
YUV 96.66 166.57 220.97 -
System Red Green Blue C M Y K H S L
Decimal 227 17 165 0 0.93 0.27 0.11 317.71 0.86 0.48
Hex E3 11 A5 0 5D 1B B 13E 56 30
Octal 343 21 245 0 135 33 13 476 126 60
Binary 11100011 10001 10100101 0 1011101 11011 1011 100111110 1010110 110000

Color Harmonies of #E311A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311A5

Black with #E311A5

Text Example


Text Example

White with #E311A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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