#E28BB4

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

Shades of Shocking #E28BB4

Tints of Shocking #E28BB4

Color information

#E28BB4 (or 0xE28BB4) is unknown color: approx Shocking. HEX triplet: E2, 8B and B4. RGB value is (226,139,180). Sum of RGB (Red+Green+Blue) = 226+139+180=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BB4 is #1D744B. Grayscale: #A9A9A9. Windows color (decimal): -1930316 or 11832290. OLE color: 11832290.

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

Color convert

RGB226139180-
CMYK00.380.200.11
HSL331.72º60%71.57%-
HSV(B)331.72º38.5%88.63%-
XYZ48.8337.9347.93-
YUV169.69133.82168.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=41.47%
G=25.50%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613918000.380.200.11331.726071.57
HexE28BB402614B14c3c48
Octal342213264046241351474110
Binary11100010100010111011010001001101010010111010011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28BB4; }

 p { color: rgb(226,139,180); }

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

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

 a { background-color: rgb(226,139,180); }

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

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

 span { border-color: rgb(226,139,180); }

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