#e395cd

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

Shades of Shocking #E395CD

Tints of Shocking #E395CD

Color information

#E395CD (or 0xE395CD) is unknown color: approx Shocking. HEX triplet: E3, 95 and CD. RGB value is (227,149,205). Sum of RGB (Red+Green+Blue) = 227+149+205=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E395CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395CD is #1C6A32. Grayscale: #B2B2B2. Windows color (decimal): -1862195 or 13473251. OLE color: 13473251.

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

Color convert

RGB227149205-
CMYK00.340.100.11
HSL316.92º58.21%73.73%-
HSV(B)316.92º34.36%89.02%-
XYZ53.4542.2363.09-
YUV178.71142.84162.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=39.07%
G=25.65%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714920500.340.100.11316.9258.2173.73
HexE395CD022AB13d3a4a
Octal343225315042121347572112
Binary1110001110010101110011010100010101010111001111011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e395cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e395cd; }

 p { color: rgb(227,149,205); }

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

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

 a { background-color: rgb(227,149,205); }

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

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

 span { border-color: rgb(227,149,205); }

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