#E795C1

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

Shades of Shocking #E795C1

Tints of Shocking #E795C1

Color information

#E795C1 (or 0xE795C1) is unknown color: approx Shocking. HEX triplet: E7, 95 and C1. RGB value is (231,149,193). Sum of RGB (Red+Green+Blue) = 231+149+193=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E795C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795C1 is #186A3E. Grayscale: #B2B2B2. Windows color (decimal): -1600063 or 12686823. OLE color: 12686823.

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

Color convert

RGB231149193-
CMYK00.350.160.09
HSL327.8º63.08%74.51%-
HSV(B)327.8º35.5%90.59%-
XYZ53.3342.3355.81-
YUV178.53136.17165.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=40.31%
G=26.00%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114919300.350.160.09327.863.0874.51
HexE795C10231091483f4b
Octal347225301043201151077113
Binary11100111100101011100000101000111000010011010010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E795C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E795C1; }

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

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

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

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

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

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

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

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