#E795C4

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

Shades of Shocking #E795C4

Tints of Shocking #E795C4

Color information

#E795C4 (or 0xE795C4) is unknown color: approx Shocking. HEX triplet: E7, 95 and C4. RGB value is (231,149,196). Sum of RGB (Red+Green+Blue) = 231+149+196=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E795C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795C4 is #186A3B. Grayscale: #B2B2B2. Windows color (decimal): -1600060 or 12883431. OLE color: 12883431.

HSL color Cylindrical-coordinate representation of color #E795C4: hue angle of 325.61º 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 #E795C4 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231149196-
CMYK00.350.150.09
HSL325.61º63.08%74.51%-
HSV(B)325.61º35.5%90.59%-
XYZ53.6742.4757.59-
YUV178.88137.67165.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=40.10%
G=25.87%
B=34.03%

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
Decimal23114919600.350.150.09325.6163.0874.51
HexE795C4023F91463f4b
Octal347225304043171150677113
Binary1110011110010101110001000100011111110011010001101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795C4; }

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

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

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

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

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

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

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

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