#E79FBA

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

Shades of Shocking #E79FBA

Tints of Shocking #E79FBA

Color information

#E79FBA (or 0xE79FBA) is unknown color: approx Shocking. HEX triplet: E7, 9F and BA. RGB value is (231,159,186). Sum of RGB (Red+Green+Blue) = 231+159+186=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FBA is #186045. Grayscale: #B7B7B7. Windows color (decimal): -1597510 or 12230631. OLE color: 12230631.

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

Color convert

RGB231159186-
CMYK00.310.190.09
HSL337.5º60%76.47%-
HSV(B)337.5º31.17%90.59%-
XYZ54.2245.3352.35-
YUV183.61129.35161.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=40.10%
G=27.60%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115918600.310.190.09337.56076.47
HexE79FBA01F1391523c4c
Octal347237272037231152274114
Binary1110011110011111101110100111111001110011010100101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FBA; }

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

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

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

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

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

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

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

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