#E289BE

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

Shades of Shocking #E289BE

Tints of Shocking #E289BE

Color information

#E289BE (or 0xE289BE) is unknown color: approx Shocking. HEX triplet: E2, 89 and BE. RGB value is (226,137,190). Sum of RGB (Red+Green+Blue) = 226+137+190=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E289BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289BE is #1D7641. Grayscale: #A9A9A9. Windows color (decimal): -1930818 or 12487138. OLE color: 12487138.

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

Color convert

RGB226137190-
CMYK00.390.160.11
HSL324.27º60.54%71.18%-
HSV(B)324.27º39.38%88.63%-
XYZ49.637.7853.39-
YUV169.65139.49168.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=40.87%
G=24.77%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613719000.390.160.11324.2760.5471.18
HexE289BE02710B1443d47
Octal342211276047201350475107
Binary11100010100010011011111001001111000010111010001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289BE; }

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

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

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

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

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

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

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

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