#E792BD

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

Shades of Shocking #E792BD

Tints of Shocking #E792BD

Color information

#E792BD (or 0xE792BD) is unknown color: approx Shocking. HEX triplet: E7, 92 and BD. RGB value is (231,146,189). Sum of RGB (Red+Green+Blue) = 231+146+189=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E792BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792BD is #186D42. Grayscale: #B0B0B0. Windows color (decimal): -1600835 or 12423911. OLE color: 12423911.

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

Color convert

RGB231146189-
CMYK00.370.180.09
HSL329.65º63.91%73.92%-
HSV(B)329.65º36.8%90.59%-
XYZ52.4241.2253.34-
YUV176.32135.16167-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=40.81%
G=25.80%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114618900.370.180.09329.6563.9173.92
HexE792BD02512914a404a
Octal3472222750452211512100112
Binary111001111001001010111101010010110010100110100101010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E792BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E792BD; }

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

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

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

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

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

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

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

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