#E31EB0

Color #E31EB0 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E31EB0

Tints of Spicy Pink #E31EB0

Color information

#E31EB0 (or 0xE31EB0) is unknown color: approx Spicy Pink. HEX triplet: E3, 1E and B0. RGB value is (227,30,176). Sum of RGB (Red+Green+Blue) = 227+30+176=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E31EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31EB0 is #1CE14F. Grayscale: #696969. Windows color (decimal): -1892688 or 11542243. OLE color: 11542243.

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

Color convert

RGB22730176-
CMYK00.870.220.11
HSL315.53º77.87%50.39%-
HSV(B)315.53º86.78%89.02%-
XYZ39.9820.3942.9-
YUV105.55167.77214.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.42%
GREEN value IS 30 (12.11% from 255) = 6.93%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=52.42%
G=6.93%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273017600.870.220.11315.5377.8750.39
HexE31EB005716B13c4e32
Octal343362600127261347411662
Binary111000111111010110000010101111011010111001111001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31EB0; }

 p { color: rgb(227,30,176); }

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

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

 a { background-color: rgb(227,30,176); }

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

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

 span { border-color: rgb(227,30,176); }

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