#e28dcc

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

Shades of Shocking #E28DCC

Tints of Shocking #E28DCC

Color information

#E28DCC (or 0xE28DCC) is unknown color: approx Shocking. HEX triplet: E2, 8D and CC. RGB value is (226,141,204). Sum of RGB (Red+Green+Blue) = 226+141+204=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DCC is #1D7233. Grayscale: #ADADAD. Windows color (decimal): -1929780 or 13405666. OLE color: 13405666.

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

Color convert

RGB226141204-
CMYK00.380.100.11
HSL315.53º59.44%71.96%-
HSV(B)315.53º37.61%88.63%-
XYZ51.7939.5862.04-
YUV173.6145.16165.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=39.58%
G=24.69%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614120400.380.100.11315.5359.4471.96
HexE28DCC026AB13c3b48
Octal342215314046121347473110
Binary1110001010001101110011000100110101010111001111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28dcc; }

 p { color: rgb(226,141,204); }

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

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

 a { background-color: rgb(226,141,204); }

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

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

 span { border-color: rgb(226,141,204); }

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