#E58BBC

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

Shades of Shocking #E58BBC

Tints of Shocking #E58BBC

Color information

#E58BBC (or 0xE58BBC) is unknown color: approx Shocking. HEX triplet: E5, 8B and BC. RGB value is (229,139,188). Sum of RGB (Red+Green+Blue) = 229+139+188=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BBC is #1A7443. Grayscale: #ABABAB. Windows color (decimal): -1733700 or 12356581. OLE color: 12356581.

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

Color convert

RGB229139188-
CMYK00.390.180.10
HSL327.33º63.38%72.16%-
HSV(B)327.33º39.3%89.8%-
XYZ50.6238.7552.39-
YUV171.5137.32169.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=41.19%
G=25%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913918800.390.180.10327.3363.3872.16
HexE58BBC02712A1473f48
Octal345213274047221250777110
Binary11100101100010111011110001001111001010101010001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BBC; }

 p { color: rgb(229,139,188); }

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

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

 a { background-color: rgb(229,139,188); }

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

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

 span { border-color: rgb(229,139,188); }

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