#e391cb

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

Shades of Shocking #E391CB

Tints of Shocking #E391CB

Color information

#E391CB (or 0xE391CB) is unknown color: approx Shocking. HEX triplet: E3, 91 and CB. RGB value is (227,145,203). Sum of RGB (Red+Green+Blue) = 227+145+203=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E391CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391CB is #1C6E34. Grayscale: #AFAFAF. Windows color (decimal): -1863221 or 13341155. OLE color: 13341155.

HSL color Cylindrical-coordinate representation of color #E391CB: hue angle of 317.56º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E391CB is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227145203-
CMYK00.360.110.11
HSL317.56º59.42%72.94%-
HSV(B)317.56º36.12%89.02%-
XYZ52.5840.8961.62-
YUV176.13143.17164.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=39.48%
G=25.22%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714520300.360.110.11317.5659.4272.94
HexE391CB024BB13e3b49
Octal343221313044131347673111
Binary1110001110010001110010110100100101110111001111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e391cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e391cb; }

 p { color: rgb(227,145,203); }

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

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

 a { background-color: rgb(227,145,203); }

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

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

 span { border-color: rgb(227,145,203); }

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