#E58FCA

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

Shades of Shocking #E58FCA

Tints of Shocking #E58FCA

Color information

#E58FCA (or 0xE58FCA) is unknown color: approx Shocking. HEX triplet: E5, 8F and CA. RGB value is (229,143,202). Sum of RGB (Red+Green+Blue) = 229+143+202=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FCA is #1A7035. Grayscale: #AFAFAF. Windows color (decimal): -1732662 or 13275109. OLE color: 13275109.

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

Color convert

RGB229143202-
CMYK00.380.120.10
HSL318.84º62.32%72.94%-
HSV(B)318.84º37.55%89.8%-
XYZ52.840.5760.92-
YUV175.44142.99166.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=39.90%
G=24.91%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914320200.380.120.10318.8462.3272.94
HexE58FCA026CA13f3e49
Octal345217312046141247776111
Binary1110010110001111110010100100110110010101001111111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FCA; }

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

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

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

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

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

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

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

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