#E594B9

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

Shades of Shocking #E594B9

Tints of Shocking #E594B9

Color information

#E594B9 (or 0xE594B9) is unknown color: approx Shocking. HEX triplet: E5, 94 and B9. RGB value is (229,148,185). Sum of RGB (Red+Green+Blue) = 229+148+185=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594B9 is #1A6B46. Grayscale: #B0B0B0. Windows color (decimal): -1731399 or 12162277. OLE color: 12162277.

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

Color convert

RGB229148185-
CMYK00.350.190.10
HSL332.59º60.9%73.92%-
HSV(B)332.59º35.37%89.8%-
XYZ51.6641.3451.16-
YUV176.44132.84165.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=40.75%
G=26.33%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914818500.350.190.10332.5960.973.92
HexE594B902313A14d3d4a
Octal345224271043231251575112
Binary11100101100101001011100101000111001110101010011011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594B9; }

 p { color: rgb(229,148,185); }

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

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

 a { background-color: rgb(229,148,185); }

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

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

 span { border-color: rgb(229,148,185); }

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