#E48DBF

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

Shades of Shocking #E48DBF

Tints of Shocking #E48DBF

Color information

#E48DBF (or 0xE48DBF) is unknown color: approx Shocking. HEX triplet: E4, 8D and BF. RGB value is (228,141,191). Sum of RGB (Red+Green+Blue) = 228+141+191=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DBF is #1B7240. Grayscale: #ACACAC. Windows color (decimal): -1798721 or 12553700. OLE color: 12553700.

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

Color convert

RGB228141191-
CMYK00.380.160.11
HSL325.52º61.7%72.35%-
HSV(B)325.52º38.16%89.41%-
XYZ50.9239.3154.19-
YUV172.71138.32167.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.71%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 191 (75% from 255) = 34.11%
R=40.71%
G=25.18%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814119100.380.160.11325.5261.772.35
HexE48DBF02610B1463e48
Octal344215277046201350676110
Binary11100100100011011011111101001101000010111010001101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DBF; }

 p { color: rgb(228,141,191); }

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

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

 a { background-color: rgb(228,141,191); }

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

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

 span { border-color: rgb(228,141,191); }

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