Html Css Color HEX #E316A5 Hollywood Cerise

📋 copy color: '#E316A5'

red 227 ◦ green 22 ◦ blue 165

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

Shades of Hollywood Cerise #E316A5

Tints of Hollywood Cerise #E316A5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.31%

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

R = 54.83%
G = 5.31%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E316A5 (or 0xE316A5) is known color: Hollywood Cerise. HEX triplet: E3, 16 and A5. RGB value is (227,22,165). Sum of RGB (Red+Green+Blue) = 227+22+165=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E316A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E316A5 is #1CE95A. Grayscale: #636363. Windows color (decimal): -1894747 or 10819299. OLE color: 10819299.

HSL color Cylindrical-coordinate representation of color #E316A5: hue angle of 318.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316A5 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 165 -
CMYK 0 0.90 0.27 0.11
HSL 318.15º 0.82% 0.49% -
HSV(B) 318.15º 0.9% 0.89% -
XYZ 38.76 19.62 37.34 -
YUV 99.6 164.92 218.87 -
System Red Green Blue C M Y K H S L
Decimal 227 22 165 0 0.90 0.27 0.11 318.15 0.82 0.49
Hex E3 16 A5 0 5A 1B B 13E 52 31
Octal 343 26 245 0 132 33 13 476 122 61
Binary 11100011 10110 10100101 0 1011010 11011 1011 100111110 1010010 110001

Color Harmonies of #E316A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E316A5

Black with #E316A5

Text Example


Text Example

White with #E316A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E316A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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