Html Css Color HEX #E318A0 Hollywood Cerise

📋 copy color: '#E318A0'

red 227 ◦ green 24 ◦ blue 160

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

Shades of Hollywood Cerise #E318A0

Tints of Hollywood Cerise #E318A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.84%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 55.23%
G = 5.84%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E318A0 (or 0xE318A0) is known color: Hollywood Cerise. HEX triplet: E3, 18 and A0. RGB value is (227,24,160). Sum of RGB (Red+Green+Blue) = 227+24+160=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E318A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E318A0 is #1CE75F. Grayscale: #636363. Windows color (decimal): -1894240 or 10492131. OLE color: 10492131.

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

Color convert

RGB 227 24 160 -
CMYK 0 0.89 0.30 0.11
HSL 319.8º 0.81% 0.49% -
HSV(B) 319.8º 0.89% 0.89% -
XYZ 38.35 19.52 35 -
YUV 100.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 227 24 160 0 0.89 0.30 0.11 319.8 0.81 0.49
Hex E3 18 A0 0 59 1E B 140 51 31
Octal 343 30 240 0 131 36 13 500 121 61
Binary 11100011 11000 10100000 0 1011001 11110 1011 101000000 1010001 110001

Color Harmonies of #E318A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318A0

Black with #E318A0

Text Example


Text Example

White with #E318A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318A0; }

 p { color: rgb(227,24,160); }

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

background-color css

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

 a { background-color: rgb(227,24,160); }

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

border-color css

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

 span { border-color: rgb(227,24,160); }

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