#E79FBD

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

Shades of Shocking #E79FBD

Tints of Shocking #E79FBD

Color information

#E79FBD (or 0xE79FBD) is unknown color: approx Shocking. HEX triplet: E7, 9F and BD. RGB value is (231,159,189). Sum of RGB (Red+Green+Blue) = 231+159+189=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FBD is #186042. Grayscale: #B7B7B7. Windows color (decimal): -1597507 or 12427239. OLE color: 12427239.

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

Color convert

RGB231159189-
CMYK00.310.180.09
HSL335º60%76.47%-
HSV(B)335º31.17%90.59%-
XYZ54.5445.4654.04-
YUV183.95130.85161.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=39.90%
G=27.46%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115918900.310.180.093356076.47
HexE79FBD01F12914f3c4c
Octal347237275037221151774114
Binary1110011110011111101111010111111001010011010011111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FBD; }

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

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

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

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

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

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

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

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