#E58CC7

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

Shades of Shocking #E58CC7

Tints of Shocking #E58CC7

Color information

#E58CC7 (or 0xE58CC7) is unknown color: approx Shocking. HEX triplet: E5, 8C and C7. RGB value is (229,140,199). Sum of RGB (Red+Green+Blue) = 229+140+199=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CC7 is #1A7338. Grayscale: #ADADAD. Windows color (decimal): -1733433 or 13077733. OLE color: 13077733.

HSL color Cylindrical-coordinate representation of color #E58CC7: hue angle of 320.22º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CC7 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229140199-
CMYK00.390.130.10
HSL320.22º63.12%72.35%-
HSV(B)320.22º38.86%89.8%-
XYZ5239.5458.92-
YUV173.34142.49167.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=40.32%
G=24.65%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914019900.390.130.10320.2263.1272.35
HexE58CC7027DA1403f48
Octal345214307047151250077110
Binary1110010110001100110001110100111110110101010000001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CC7; }

 p { color: rgb(229,140,199); }

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

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

 a { background-color: rgb(229,140,199); }

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

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

 span { border-color: rgb(229,140,199); }

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