#E594CF

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

Shades of Shocking #E594CF

Tints of Shocking #E594CF

Color information

#E594CF (or 0xE594CF) is unknown color: approx Shocking. HEX triplet: E5, 94 and CF. RGB value is (229,148,207). Sum of RGB (Red+Green+Blue) = 229+148+207=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E594CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594CF is #1A6B30. Grayscale: #B2B2B2. Windows color (decimal): -1731377 or 13604069. OLE color: 13604069.

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

Color convert

RGB229148207-
CMYK00.350.100.10
HSL316.3º60.9%73.92%-
HSV(B)316.3º35.37%89.8%-
XYZ54.1742.3464.35-
YUV178.94143.84163.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.21%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=39.21%
G=25.34%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914820700.350.100.10316.360.973.92
HexE594CF023AA13c3d4a
Octal345224317043121247475112
Binary1110010110010100110011110100011101010101001111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594CF; }

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

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

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

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

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

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

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

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