#E28CBD

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

Shades of Shocking #E28CBD

Tints of Shocking #E28CBD

Color information

#E28CBD (or 0xE28CBD) is unknown color: approx Shocking. HEX triplet: E2, 8C and BD. RGB value is (226,140,189). Sum of RGB (Red+Green+Blue) = 226+140+189=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CBD is #1D7342. Grayscale: #ABABAB. Windows color (decimal): -1930051 or 12422370. OLE color: 12422370.

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

Color convert

RGB226140189-
CMYK00.380.160.11
HSL325.81º59.72%71.76%-
HSV(B)325.81º38.05%88.63%-
XYZ49.9338.652.96-
YUV171.3137.99167.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=40.72%
G=25.23%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614018900.380.160.11325.8159.7271.76
HexE28CBD02610B1463c48
Octal342214275046201350674110
Binary11100010100011001011110101001101000010111010001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CBD; }

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

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

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

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

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

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

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

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