#E28ABB

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

Shades of Shocking #E28ABB

Tints of Shocking #E28ABB

Color information

#E28ABB (or 0xE28ABB) is unknown color: approx Shocking. HEX triplet: E2, 8A and BB. RGB value is (226,138,187). Sum of RGB (Red+Green+Blue) = 226+138+187=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ABB is #1D7544. Grayscale: #A9A9A9. Windows color (decimal): -1930565 or 12290786. OLE color: 12290786.

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

Color convert

RGB226138187-
CMYK00.390.170.11
HSL326.59º60.27%71.37%-
HSV(B)326.59º38.94%88.63%-
XYZ49.4237.9351.73-
YUV169.9137.65168.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.02%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=41.02%
G=25.05%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613818700.390.170.11326.5960.2771.37
HexE28ABB02711B1473c47
Octal342212273047211350774107
Binary11100010100010101011101101001111000110111010001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28ABB; }

 p { color: rgb(226,138,187); }

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

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

 a { background-color: rgb(226,138,187); }

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

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

 span { border-color: rgb(226,138,187); }

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