#E795C5

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

Shades of Shocking #E795C5

Tints of Shocking #E795C5

Color information

#E795C5 (or 0xE795C5) is unknown color: approx Shocking. HEX triplet: E7, 95 and C5. RGB value is (231,149,197). Sum of RGB (Red+Green+Blue) = 231+149+197=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E795C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795C5 is #186A3A. Grayscale: #B2B2B2. Windows color (decimal): -1600059 or 12948967. OLE color: 12948967.

HSL color Cylindrical-coordinate representation of color #E795C5: hue angle of 324.88º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E795C5 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231149197-
CMYK00.350.150.09
HSL324.88º63.08%74.51%-
HSV(B)324.88º35.5%90.59%-
XYZ53.7842.5258.2-
YUV178.99138.17165.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=40.03%
G=25.82%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114919700.350.150.09324.8863.0874.51
HexE795C5023F91453f4b
Octal347225305043171150577113
Binary1110011110010101110001010100011111110011010001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795C5; }

 p { color: rgb(231,149,197); }

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

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

 a { background-color: rgb(231,149,197); }

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

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

 span { border-color: rgb(231,149,197); }

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