#E48DC7

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

Shades of Shocking #E48DC7

Tints of Shocking #E48DC7

Color information

#E48DC7 (or 0xE48DC7) is unknown color: approx Shocking. HEX triplet: E4, 8D and C7. RGB value is (228,141,199). Sum of RGB (Red+Green+Blue) = 228+141+199=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DC7 is #1B7238. Grayscale: #ADADAD. Windows color (decimal): -1798713 or 13077988. OLE color: 13077988.

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

Color convert

RGB228141199-
CMYK00.380.130.11
HSL320º61.7%72.35%-
HSV(B)320º38.16%89.41%-
XYZ51.8339.6758.96-
YUV173.62142.32166.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.14%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=40.14%
G=24.82%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814119900.380.130.1132061.772.35
HexE48DC7026DB1403e48
Octal344215307046151350076110
Binary1110010010001101110001110100110110110111010000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DC7; }

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

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

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

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

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

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

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

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