#E31F8A

Color #E31F8A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E31F8A

Tints of Deep Cerise #E31F8A

Color information

#E31F8A (or 0xE31F8A) is unknown color: approx Deep Cerise. HEX triplet: E3, 1F and 8A. RGB value is (227,31,138). Sum of RGB (Red+Green+Blue) = 227+31+138=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31F8A is #1CE075. Grayscale: #656565. Windows color (decimal): -1892470 or 9052131. OLE color: 9052131.

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

Color convert

RGB22731138-
CMYK00.860.390.11
HSL327.24º77.78%50.59%-
HSV(B)327.24º86.34%89.02%-
XYZ36.7619.1525.8-
YUV101.8148.43217.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.32%
GREEN value IS 31 (12.5% from 255) = 7.83%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=57.32%
G=7.83%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273113800.860.390.11327.2477.7850.59
HexE31F8A05627B1474e33
Octal343372120126471350711663
Binary1110001111111100010100101011010011110111010001111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31F8A; }

 p { color: rgb(227,31,138); }

 H1.HeaderClassName
 {
   color: #E31F8A;
 }
 .AnyTagClassName
 {
   color: #E31F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(227,31,138); }

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

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

 span { border-color: rgb(227,31,138); }

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