#E594C4

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

Shades of Shocking #E594C4

Tints of Shocking #E594C4

Color information

#E594C4 (or 0xE594C4) is unknown color: approx Shocking. HEX triplet: E5, 94 and C4. RGB value is (229,148,196). Sum of RGB (Red+Green+Blue) = 229+148+196=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E594C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594C4 is #1A6B3B. Grayscale: #B1B1B1. Windows color (decimal): -1731388 or 12883173. OLE color: 12883173.

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

Color convert

RGB229148196-
CMYK00.350.140.10
HSL324.44º60.9%73.92%-
HSV(B)324.44º35.37%89.8%-
XYZ52.8741.8257.51-
YUV177.69138.34164.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=39.97%
G=25.83%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914819600.350.140.10324.4460.973.92
HexE594C4023EA1443d4a
Octal345224304043161250475112
Binary1110010110010100110001000100011111010101010001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594C4; }

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

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

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

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

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

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

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

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