#E492C8

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

Shades of Shocking #E492C8

Tints of Shocking #E492C8

Color information

#E492C8 (or 0xE492C8) is unknown color: approx Shocking. HEX triplet: E4, 92 and C8. RGB value is (228,146,200). Sum of RGB (Red+Green+Blue) = 228+146+200=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E492C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492C8 is #1B6D37. Grayscale: #B0B0B0. Windows color (decimal): -1797432 or 13144804. OLE color: 13144804.

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

Color convert

RGB228146200-
CMYK00.360.120.11
HSL320.49º60.29%73.33%-
HSV(B)320.49º35.96%89.41%-
XYZ52.741.2259.82-
YUV176.67141.17164.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=39.72%
G=25.44%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814620000.360.120.11320.4960.2973.33
HexE492C8024CB1403c49
Octal344222310044141350074111
Binary1110010010010010110010000100100110010111010000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E492C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E492C8; }

 p { color: rgb(228,146,200); }

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

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

 a { background-color: rgb(228,146,200); }

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

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

 span { border-color: rgb(228,146,200); }

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