#E492CA

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

Shades of Shocking #E492CA

Tints of Shocking #E492CA

Color information

#E492CA (or 0xE492CA) is unknown color: approx Shocking. HEX triplet: E4, 92 and CA. RGB value is (228,146,202). Sum of RGB (Red+Green+Blue) = 228+146+202=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E492CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492CA is #1B6D35. Grayscale: #B0B0B0. Windows color (decimal): -1797430 or 13275876. OLE color: 13275876.

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

Color convert

RGB228146202-
CMYK00.360.110.11
HSL319.02º60.29%73.33%-
HSV(B)319.02º35.96%89.41%-
XYZ52.9341.3261.06-
YUV176.9142.17164.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.58%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=39.58%
G=25.35%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814620200.360.110.11319.0260.2973.33
HexE492CA024BB13f3c49
Octal344222312044131347774111
Binary1110010010010010110010100100100101110111001111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E492CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E492CA; }

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

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

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

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

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

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

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

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