#E590BC

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

Shades of Shocking #E590BC

Tints of Shocking #E590BC

Color information

#E590BC (or 0xE590BC) is unknown color: approx Shocking. HEX triplet: E5, 90 and BC. RGB value is (229,144,188). Sum of RGB (Red+Green+Blue) = 229+144+188=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E590BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590BC is #1A6F43. Grayscale: #AEAEAE. Windows color (decimal): -1732420 or 12357861. OLE color: 12357861.

HSL color Cylindrical-coordinate representation of color #E590BC: hue angle of 328.94º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590BC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229144188-
CMYK00.370.180.10
HSL328.94º62.04%73.14%-
HSV(B)328.94º37.12%89.8%-
XYZ51.3640.2452.64-
YUV174.43135.66166.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=40.82%
G=25.67%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914418800.370.180.10328.9462.0473.14
HexE590BC02512A1493e49
Octal345220274045221251176111
Binary11100101100100001011110001001011001010101010010011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E590BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E590BC; }

 p { color: rgb(229,144,188); }

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

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

 a { background-color: rgb(229,144,188); }

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

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

 span { border-color: rgb(229,144,188); }

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