#E48CBA

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

Shades of Shocking #E48CBA

Tints of Shocking #E48CBA

Color information

#E48CBA (or 0xE48CBA) is unknown color: approx Shocking. HEX triplet: E4, 8C and BA. RGB value is (228,140,186). Sum of RGB (Red+Green+Blue) = 228+140+186=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CBA is #1B7345. Grayscale: #ABABAB. Windows color (decimal): -1798982 or 12225764. OLE color: 12225764.

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

Color convert

RGB228140186-
CMYK00.390.180.11
HSL328.64º61.97%72.16%-
HSV(B)328.64º38.6%89.41%-
XYZ50.2438.851.29-
YUV171.56136.15168.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=41.16%
G=25.27%
B=33.57%

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
Decimal22814018600.390.180.11328.6461.9772.16
HexE48CBA02712B1493e48
Octal344214272047221351176110
Binary11100100100011001011101001001111001010111010010011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CBA; }

 p { color: rgb(228,140,186); }

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

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

 a { background-color: rgb(228,140,186); }

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

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

 span { border-color: rgb(228,140,186); }

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