Html Css Color HEX #E31295 Hollywood Cerise

📋 copy color: '#E31295'

red 227 ◦ green 18 ◦ blue 149

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

Shades of Hollywood Cerise #E31295

Tints of Hollywood Cerise #E31295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.57%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 57.61%
G = 4.57%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E31295 (or 0xE31295) is known color: Hollywood Cerise. HEX triplet: E3, 12 and 95. RGB value is (227,18,149). Sum of RGB (Red+Green+Blue) = 227+18+149=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E31295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31295 is #1CED6A. Grayscale: #5F5F5F. Windows color (decimal): -1895787 or 9769699. OLE color: 9769699.

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

Color convert

RGB 227 18 149 -
CMYK 0 0.92 0.34 0.11
HSL 322.39º 0.85% 0.48% -
HSV(B) 322.39º 0.92% 0.89% -
XYZ 37.32 18.93 30.12 -
YUV 95.43 158.24 221.85 -
System Red Green Blue C M Y K H S L
Decimal 227 18 149 0 0.92 0.34 0.11 322.39 0.85 0.48
Hex E3 12 95 0 5C 22 B 142 55 30
Octal 343 22 225 0 134 42 13 502 125 60
Binary 11100011 10010 10010101 0 1011100 100010 1011 101000010 1010101 110000

Color Harmonies of #E31295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31295

Black with #E31295

Text Example


Text Example

White with #E31295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31295; }

 p { color: rgb(227,18,149); }

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

background-color css

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

 a { background-color: rgb(227,18,149); }

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

border-color css

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

 span { border-color: rgb(227,18,149); }

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