#e31fc8

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

Shades of Shocking Pink #E31FC8

Tints of Shocking Pink #E31FC8

Color information

#E31FC8 (or 0xE31FC8) is unknown color: approx Shocking Pink. HEX triplet: E3, 1F and C8. RGB value is (227,31,200). Sum of RGB (Red+Green+Blue) = 227+31+200=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FC8 is #1CE037. Grayscale: #6C6C6C. Windows color (decimal): -1892408 or 13115363. OLE color: 13115363.

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

Color convert

RGB22731200-
CMYK00.860.120.11
HSL308.27º77.78%50.59%-
HSV(B)308.27º86.34%89.02%-
XYZ42.5921.4856.54-
YUV108.87179.43212.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.56%
GREEN value IS 31 (12.5% from 255) = 6.77%
BLUE value IS 200 (78.52% from 255) = 43.67%
R=49.56%
G=6.77%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273120000.860.120.11308.2777.7850.59
HexE31FC8056CB1344e33
Octal343373100126141346411663
Binary11100011111111100100001010110110010111001101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e31fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e31fc8; }

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

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

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

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

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

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

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

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