#E48BBB

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

Shades of Shocking #E48BBB

Tints of Shocking #E48BBB

Color information

#E48BBB (or 0xE48BBB) is unknown color: approx Shocking. HEX triplet: E4, 8B and BB. RGB value is (228,139,187). Sum of RGB (Red+Green+Blue) = 228+139+187=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BBB is #1B7444. Grayscale: #AAAAAA. Windows color (decimal): -1799237 or 12291044. OLE color: 12291044.

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

Color convert

RGB228139187-
CMYK00.390.180.11
HSL327.64º62.24%71.96%-
HSV(B)327.64º39.04%89.41%-
XYZ50.238.5551.81-
YUV171.08136.99168.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=41.16%
G=25.09%
B=33.75%

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
Decimal22813918700.390.180.11327.6462.2471.96
HexE48BBB02712B1483e48
Octal344213273047221351076110
Binary11100100100010111011101101001111001010111010010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48BBB; }

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

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

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

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

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

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

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

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