#E195C9

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

Shades of Shocking #E195C9

Tints of Shocking #E195C9

Color information

#E195C9 (or 0xE195C9) is unknown color: approx Shocking. HEX triplet: E1, 95 and C9. RGB value is (225,149,201). Sum of RGB (Red+Green+Blue) = 225+149+201=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E195C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195C9 is #1E6A36. Grayscale: #B1B1B1. Windows color (decimal): -1993271 or 13211105. OLE color: 13211105.

HSL color Cylindrical-coordinate representation of color #E195C9: hue angle of 318.95º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195C9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225149201-
CMYK00.340.110.12
HSL318.95º55.88%73.33%-
HSV(B)318.95º33.78%88.24%-
XYZ52.3441.7260.55-
YUV177.65141.18161.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=39.13%
G=25.91%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514920100.340.110.12318.9555.8873.33
HexE195C9022BC13f3849
Octal341225311042131447770111
Binary1110000110010101110010010100010101111001001111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195C9; }

 p { color: rgb(225,149,201); }

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

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

 a { background-color: rgb(225,149,201); }

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

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

 span { border-color: rgb(225,149,201); }

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