#E28EBC

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

Shades of Shocking #E28EBC

Tints of Shocking #E28EBC

Color information

#E28EBC (or 0xE28EBC) is unknown color: approx Shocking. HEX triplet: E2, 8E and BC. RGB value is (226,142,188). Sum of RGB (Red+Green+Blue) = 226+142+188=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E28EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28EBC is #1D7143. Grayscale: #ACACAC. Windows color (decimal): -1929540 or 12357346. OLE color: 12357346.

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

Color convert

RGB226142188-
CMYK00.370.170.11
HSL327.14º59.15%72.16%-
HSV(B)327.14º37.17%88.63%-
XYZ50.1139.1552.49-
YUV172.36136.83166.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=40.65%
G=25.54%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614218800.370.170.11327.1459.1572.16
HexE28EBC02511B1473b48
Octal342216274045211350773110
Binary11100010100011101011110001001011000110111010001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28EBC; }

 p { color: rgb(226,142,188); }

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

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

 a { background-color: rgb(226,142,188); }

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

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

 span { border-color: rgb(226,142,188); }

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