#E293B9

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

Shades of Shocking #E293B9

Tints of Shocking #E293B9

Color information

#E293B9 (or 0xE293B9) is unknown color: approx Shocking. HEX triplet: E2, 93 and B9. RGB value is (226,147,185). Sum of RGB (Red+Green+Blue) = 226+147+185=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E293B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293B9 is #1D6C46. Grayscale: #AEAEAE. Windows color (decimal): -1928263 or 12162018. OLE color: 12162018.

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

Color convert

RGB226147185-
CMYK00.350.180.11
HSL331.14º57.66%73.14%-
HSV(B)331.14º34.96%88.63%-
XYZ50.5540.5451.06-
YUV174.95133.67164.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=40.50%
G=26.34%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614718500.350.180.11331.1457.6673.14
HexE293B902312B14b3a49
Octal342223271043221351372111
Binary11100010100100111011100101000111001010111010010111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293B9; }

 p { color: rgb(226,147,185); }

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

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

 a { background-color: rgb(226,147,185); }

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

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

 span { border-color: rgb(226,147,185); }

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