#E592CD

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

Shades of Shocking #E592CD

Tints of Shocking #E592CD

Color information

#E592CD (or 0xE592CD) is unknown color: approx Shocking. HEX triplet: E5, 92 and CD. RGB value is (229,146,205). Sum of RGB (Red+Green+Blue) = 229+146+205=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E592CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592CD is #1A6D32. Grayscale: #B1B1B1. Windows color (decimal): -1731891 or 13472485. OLE color: 13472485.

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

Color convert

RGB229146205-
CMYK00.360.100.10
HSL317.35º61.48%73.53%-
HSV(B)317.35º36.24%89.8%-
XYZ53.6141.6262.97-
YUV177.54143.5164.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.48%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=39.48%
G=25.17%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914620500.360.100.10317.3561.4873.53
HexE592CD024AA13d3d4a
Octal345222315044121247575112
Binary1110010110010010110011010100100101010101001111011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E592CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E592CD; }

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

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

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

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

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

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

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

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