#E590CF

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

Shades of Shocking #E590CF

Tints of Shocking #E590CF

Color information

#E590CF (or 0xE590CF) is unknown color: approx Shocking. HEX triplet: E5, 90 and CF. RGB value is (229,144,207). Sum of RGB (Red+Green+Blue) = 229+144+207=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E590CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590CF is #1A6F30. Grayscale: #B0B0B0. Windows color (decimal): -1732401 or 13603045. OLE color: 13603045.

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

Color convert

RGB229144207-
CMYK00.370.100.10
HSL315.53º62.04%73.14%-
HSV(B)315.53º37.12%89.8%-
XYZ53.5541.1164.14-
YUV176.6145.16165.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.48%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=39.48%
G=24.83%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914420700.370.100.10315.5362.0473.14
HexE590CF025AA13c3e49
Octal345220317045121247476111
Binary1110010110010000110011110100101101010101001111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E590CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E590CF; }

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

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

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

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

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

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

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

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