#E48BBC

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

Shades of Shocking #E48BBC

Tints of Shocking #E48BBC

Color information

#E48BBC (or 0xE48BBC) is unknown color: approx Shocking. HEX triplet: E4, 8B and BC. RGB value is (228,139,188). Sum of RGB (Red+Green+Blue) = 228+139+188=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BBC is #1B7443. Grayscale: #ABABAB. Windows color (decimal): -1799236 or 12356580. OLE color: 12356580.

HSL color Cylindrical-coordinate representation of color #E48BBC: hue angle of 326.97º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BBC is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228139188-
CMYK00.390.180.11
HSL326.97º62.24%71.96%-
HSV(B)326.97º39.04%89.41%-
XYZ50.338.5952.37-
YUV171.2137.49168.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=41.08%
G=25.05%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813918800.390.180.11326.9762.2471.96
HexE48BBC02712B1473e48
Octal344213274047221350776110
Binary11100100100010111011110001001111001010111010001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BBC; }

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

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

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

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

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

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

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

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