Html Css Color HEX #E31296 Hollywood Cerise

📋 copy color: '#E31296'

red 227 ◦ green 18 ◦ blue 150

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

Shades of Hollywood Cerise #E31296

Tints of Hollywood Cerise #E31296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 57.47%
G = 4.56%
B = 37.97%

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

#E31296 (or 0xE31296) is known color: Hollywood Cerise. HEX triplet: E3, 12 and 96. RGB value is (227,18,150). Sum of RGB (Red+Green+Blue) = 227+18+150=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E31296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31296 is #1CED69. Grayscale: #5F5F5F. Windows color (decimal): -1895786 or 9835235. OLE color: 9835235.

HSL color Cylindrical-coordinate representation of color #E31296: hue angle of 322.11º 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 #E31296 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 18 150 -
CMYK 0 0.92 0.34 0.11
HSL 322.11º 0.85% 0.48% -
HSV(B) 322.11º 0.92% 0.89% -
XYZ 37.4 18.97 30.54 -
YUV 95.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 227 18 150 0 0.92 0.34 0.11 322.11 0.85 0.48
Hex E3 12 96 0 5C 22 B 142 55 30
Octal 343 22 226 0 134 42 13 502 125 60
Binary 11100011 10010 10010110 0 1011100 100010 1011 101000010 1010101 110000

Color Harmonies of #E31296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31296

Black with #E31296

Text Example


Text Example

White with #E31296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31296; }

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

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

background-color css

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

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

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

border-color css

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

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

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