Html Css Color HEX #E31C96 Deep Cerise

📋 copy color: '#E31C96'

red 227 ◦ green 28 ◦ blue 150

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

Shades of Deep Cerise #E31C96

Tints of Deep Cerise #E31C96

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

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

R = 56.05%
G = 6.91%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E31C96 (or 0xE31C96) is known color: Deep Cerise. HEX triplet: E3, 1C and 96. RGB value is (227,28,150). Sum of RGB (Red+Green+Blue) = 227+28+150=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31C96 is #1CE369. Grayscale: #656565. Windows color (decimal): -1893226 or 9837795. OLE color: 9837795.

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

Color convert

RGB 227 28 150 -
CMYK 0 0.88 0.34 0.11
HSL 323.22º 0.78% 0.5% -
HSV(B) 323.22º 0.88% 0.89% -
XYZ 37.6 19.36 30.61 -
YUV 101.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 227 28 150 0 0.88 0.34 0.11 323.22 0.78 0.5
Hex E3 1C 96 0 58 22 B 143 4E 32
Octal 343 34 226 0 130 42 13 503 116 62
Binary 11100011 11100 10010110 0 1011000 100010 1011 101000011 1001110 110010

Color Harmonies of #E31C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C96

Black with #E31C96

Text Example


Text Example

White with #E31C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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