#E195C3

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

Shades of Shocking #E195C3

Tints of Shocking #E195C3

Color information

#E195C3 (or 0xE195C3) is unknown color: approx Shocking. HEX triplet: E1, 95 and C3. RGB value is (225,149,195). Sum of RGB (Red+Green+Blue) = 225+149+195=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E195C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195C3 is #1E6A3C. Grayscale: #B0B0B0. Windows color (decimal): -1993277 or 12817889. OLE color: 12817889.

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

Color convert

RGB225149195-
CMYK00.340.130.12
HSL323.68º55.88%73.33%-
HSV(B)323.68º33.78%88.24%-
XYZ51.6541.4456.91-
YUV176.97138.18162.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=39.54%
G=26.19%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514919500.340.130.12323.6855.8873.33
HexE195C3022DC1443849
Octal341225303042151450470111
Binary1110000110010101110000110100010110111001010001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195C3; }

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

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

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

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

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

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

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

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