Html Css Color HEX #E31499 Hollywood Cerise

📋 copy color: '#E31499'

red 227 ◦ green 20 ◦ blue 153

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

Shades of Hollywood Cerise #E31499

Tints of Hollywood Cerise #E31499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 56.75%
G = 5%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E31499 (or 0xE31499) is known color: Hollywood Cerise. HEX triplet: E3, 14 and 99. RGB value is (227,20,153). Sum of RGB (Red+Green+Blue) = 227+20+153=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E31499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31499 is #1CEB66. Grayscale: #606060. Windows color (decimal): -1895271 or 10032355. OLE color: 10032355.

HSL color Cylindrical-coordinate representation of color #E31499: hue angle of 321.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31499 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 153 -
CMYK 0 0.91 0.33 0.11
HSL 321.45º 0.84% 0.48% -
HSV(B) 321.45º 0.91% 0.89% -
XYZ 37.68 19.13 31.84 -
YUV 97.06 159.58 220.69 -
System Red Green Blue C M Y K H S L
Decimal 227 20 153 0 0.91 0.33 0.11 321.45 0.84 0.48
Hex E3 14 99 0 5B 21 B 141 54 30
Octal 343 24 231 0 133 41 13 501 124 60
Binary 11100011 10100 10011001 0 1011011 100001 1011 101000001 1010100 110000

Color Harmonies of #E31499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31499

Black with #E31499

Text Example


Text Example

White with #E31499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31499; }

 p { color: rgb(227,20,153); }

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

background-color css

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

 a { background-color: rgb(227,20,153); }

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

border-color css

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

 span { border-color: rgb(227,20,153); }

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