#E594BA

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

Shades of Shocking #E594BA

Tints of Shocking #E594BA

Color information

#E594BA (or 0xE594BA) is unknown color: approx Shocking. HEX triplet: E5, 94 and BA. RGB value is (229,148,186). Sum of RGB (Red+Green+Blue) = 229+148+186=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E594BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594BA is #1A6B45. Grayscale: #B0B0B0. Windows color (decimal): -1731398 or 12227813. OLE color: 12227813.

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

Color convert

RGB229148186-
CMYK00.350.190.10
HSL331.85º60.9%73.92%-
HSV(B)331.85º35.37%89.8%-
XYZ51.7741.3851.71-
YUV176.55133.34165.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.67%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=40.67%
G=26.29%
B=33.04%

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
Decimal22914818600.350.190.10331.8560.973.92
HexE594BA02313A14c3d4a
Octal345224272043231251475112
Binary11100101100101001011101001000111001110101010011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594BA; }

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

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

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

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

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

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

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

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