#E289BA

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

Shades of Shocking #E289BA

Tints of Shocking #E289BA

Color information

#E289BA (or 0xE289BA) is unknown color: approx Shocking. HEX triplet: E2, 89 and BA. RGB value is (226,137,186). Sum of RGB (Red+Green+Blue) = 226+137+186=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E289BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289BA is #1D7645. Grayscale: #A9A9A9. Windows color (decimal): -1930822 or 12224994. OLE color: 12224994.

HSL color Cylindrical-coordinate representation of color #E289BA: hue angle of 326.97º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289BA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226137186-
CMYK00.390.180.11
HSL326.97º60.54%71.18%-
HSV(B)326.97º39.38%88.63%-
XYZ49.1737.6151.12-
YUV169.2137.49168.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=41.17%
G=24.95%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613718600.390.180.11326.9760.5471.18
HexE289BA02712B1473d47
Octal342211272047221350775107
Binary11100010100010011011101001001111001010111010001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289BA; }

 p { color: rgb(226,137,186); }

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

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

 a { background-color: rgb(226,137,186); }

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

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

 span { border-color: rgb(226,137,186); }

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