#e292c9

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

Shades of Shocking #E292C9

Tints of Shocking #E292C9

Color information

#E292C9 (or 0xE292C9) is unknown color: approx Shocking. HEX triplet: E2, 92 and C9. RGB value is (226,146,201). Sum of RGB (Red+Green+Blue) = 226+146+201=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E292C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292C9 is #1D6D36. Grayscale: #B0B0B0. Windows color (decimal): -1928503 or 13210338. OLE color: 13210338.

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

Color convert

RGB226146201-
CMYK00.350.110.11
HSL318.75º57.97%72.94%-
HSV(B)318.75º35.4%88.63%-
XYZ52.1940.9460.41-
YUV176.19142163.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 146 (57.42% from 255) = 25.48%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=39.44%
G=25.48%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614620100.350.110.11318.7557.9772.94
HexE292C9023BB13f3a49
Octal342222311043131347772111
Binary1110001010010010110010010100011101110111001111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e292c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e292c9; }

 p { color: rgb(226,146,201); }

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

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

 a { background-color: rgb(226,146,201); }

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

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

 span { border-color: rgb(226,146,201); }

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