#E389BD

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

Shades of Shocking #E389BD

Tints of Shocking #E389BD

Color information

#E389BD (or 0xE389BD) is unknown color: approx Shocking. HEX triplet: E3, 89 and BD. RGB value is (227,137,189). Sum of RGB (Red+Green+Blue) = 227+137+189=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E389BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389BD is #1C7642. Grayscale: #A9A9A9. Windows color (decimal): -1865283 or 12421603. OLE color: 12421603.

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

Color convert

RGB227137189-
CMYK00.400.170.11
HSL325.33º61.64%71.37%-
HSV(B)325.33º39.65%89.02%-
XYZ49.8137.952.83-
YUV169.84138.82168.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=41.05%
G=24.77%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713718900.400.170.11325.3361.6471.37
HexE389BD02811B1453e47
Octal343211275050211350576107
Binary11100011100010011011110101010001000110111010001011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E389BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E389BD; }

 p { color: rgb(227,137,189); }

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

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

 a { background-color: rgb(227,137,189); }

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

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

 span { border-color: rgb(227,137,189); }

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