#E592BF

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

Shades of Shocking #E592BF

Tints of Shocking #E592BF

Color information

#E592BF (or 0xE592BF) is unknown color: approx Shocking. HEX triplet: E5, 92 and BF. RGB value is (229,146,191). Sum of RGB (Red+Green+Blue) = 229+146+191=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E592BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592BF is #1A6D40. Grayscale: #AFAFAF. Windows color (decimal): -1731905 or 12554981. OLE color: 12554981.

HSL color Cylindrical-coordinate representation of color #E592BF: hue angle of 327.47º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E592BF is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229146191-
CMYK00.360.170.10
HSL327.47º61.48%73.53%-
HSV(B)327.47º36.24%89.8%-
XYZ5240.9854.46-
YUV175.95136.5165.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 191 (75% from 255) = 33.75%
R=40.46%
G=25.80%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914619100.360.170.10327.4761.4873.53
HexE592BF02411A1473d4a
Octal345222277044211250775112
Binary11100101100100101011111101001001000110101010001111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592BF; }

 p { color: rgb(229,146,191); }

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

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

 a { background-color: rgb(229,146,191); }

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

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

 span { border-color: rgb(229,146,191); }

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