#E795CA

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

Shades of Shocking #E795CA

Tints of Shocking #E795CA

Color information

#E795CA (or 0xE795CA) is unknown color: approx Shocking. HEX triplet: E7, 95 and CA. RGB value is (231,149,202). Sum of RGB (Red+Green+Blue) = 231+149+202=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E795CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795CA is #186A35. Grayscale: #B3B3B3. Windows color (decimal): -1600054 or 13276647. OLE color: 13276647.

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

Color convert

RGB231149202-
CMYK00.350.130.09
HSL321.22º63.08%74.51%-
HSV(B)321.22º35.5%90.59%-
XYZ54.3642.7561.26-
YUV179.56140.67164.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.69%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=39.69%
G=25.60%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114920200.350.130.09321.2263.0874.51
HexE795CA023D91413f4b
Octal347225312043151150177113
Binary1110011110010101110010100100011110110011010000011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795CA; }

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

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

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

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

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

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

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

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