#e28cbb

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

Shades of Shocking #E28CBB

Tints of Shocking #E28CBB

Color information

#E28CBB (or 0xE28CBB) is unknown color: approx Shocking. HEX triplet: E2, 8C and BB. RGB value is (226,140,187). Sum of RGB (Red+Green+Blue) = 226+140+187=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CBB is #1D7344. Grayscale: #AAAAAA. Windows color (decimal): -1930053 or 12291298. OLE color: 12291298.

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

Color convert

RGB226140187-
CMYK00.380.170.11
HSL327.21º59.72%71.76%-
HSV(B)327.21º38.05%88.63%-
XYZ49.7138.5151.83-
YUV171.07136.99167.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=40.87%
G=25.32%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614018700.380.170.11327.2159.7271.76
HexE28CBB02611B1473c48
Octal342214273046211350774110
Binary11100010100011001011101101001101000110111010001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28cbb; }

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

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

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

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

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

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

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

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