#E795CC

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

Shades of Shocking #E795CC

Tints of Shocking #E795CC

Color information

#E795CC (or 0xE795CC) is unknown color: approx Shocking. HEX triplet: E7, 95 and CC. RGB value is (231,149,204). Sum of RGB (Red+Green+Blue) = 231+149+204=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E795CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795CC is #186A33. Grayscale: #B3B3B3. Windows color (decimal): -1600052 or 13407719. OLE color: 13407719.

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

Color convert

RGB231149204-
CMYK00.350.120.09
HSL319.76º63.08%74.51%-
HSV(B)319.76º35.5%90.59%-
XYZ54.642.8462.52-
YUV179.79141.67164.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 149 (58.59% from 255) = 25.51%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=39.55%
G=25.51%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114920400.350.120.09319.7663.0874.51
HexE795CC023C91403f4b
Octal347225314043141150077113
Binary1110011110010101110011000100011110010011010000001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795CC; }

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

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

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

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

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

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

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

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