#E28EBB

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

Shades of Shocking #E28EBB

Tints of Shocking #E28EBB

Color information

#E28EBB (or 0xE28EBB) is unknown color: approx Shocking. HEX triplet: E2, 8E and BB. RGB value is (226,142,187). Sum of RGB (Red+Green+Blue) = 226+142+187=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E28EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28EBB is #1D7144. Grayscale: #ACACAC. Windows color (decimal): -1929541 or 12291810. OLE color: 12291810.

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

Color convert

RGB226142187-
CMYK00.370.170.11
HSL327.86º59.15%72.16%-
HSV(B)327.86º37.17%88.63%-
XYZ50.0139.151.93-
YUV172.25136.33166.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=40.72%
G=25.59%
B=33.69%

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
Decimal22614218700.370.170.11327.8659.1572.16
HexE28EBB02511B1483b48
Octal342216273045211351073110
Binary11100010100011101011101101001011000110111010010001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28EBB; }

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

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

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

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

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

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

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

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