#E58FC4

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

Shades of Shocking #E58FC4

Tints of Shocking #E58FC4

Color information

#E58FC4 (or 0xE58FC4) is unknown color: approx Shocking. HEX triplet: E5, 8F and C4. RGB value is (229,143,196). Sum of RGB (Red+Green+Blue) = 229+143+196=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FC4 is #1A703B. Grayscale: #AEAEAE. Windows color (decimal): -1732668 or 12881893. OLE color: 12881893.

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

Color convert

RGB229143196-
CMYK00.380.140.10
HSL323.02º62.32%72.94%-
HSV(B)323.02º37.55%89.8%-
XYZ52.140.2957.26-
YUV174.76139.99166.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=40.32%
G=25.18%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914319600.380.140.10323.0262.3272.94
HexE58FC4026EA1433e49
Octal345217304046161250376111
Binary1110010110001111110001000100110111010101010000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FC4; }

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

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

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

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

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

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

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

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