#E793BD

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

Shades of Shocking #E793BD

Tints of Shocking #E793BD

Color information

#E793BD (or 0xE793BD) is unknown color: approx Shocking. HEX triplet: E7, 93 and BD. RGB value is (231,147,189). Sum of RGB (Red+Green+Blue) = 231+147+189=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E793BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793BD is #186C42. Grayscale: #B0B0B0. Windows color (decimal): -1600579 or 12424167. OLE color: 12424167.

HSL color Cylindrical-coordinate representation of color #E793BD: hue angle of 330º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E793BD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231147189-
CMYK00.360.180.09
HSL330º63.64%74.12%-
HSV(B)330º36.36%90.59%-
XYZ52.5741.5353.39-
YUV176.9134.83166.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=40.74%
G=25.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114718900.360.180.0933063.6474.12
HexE793BD02412914a404a
Octal3472232750442211512100112
Binary111001111001001110111101010010010010100110100101010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E793BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E793BD; }

 p { color: rgb(231,147,189); }

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

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

 a { background-color: rgb(231,147,189); }

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

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

 span { border-color: rgb(231,147,189); }

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