#E492CD

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

Shades of Shocking #E492CD

Tints of Shocking #E492CD

Color information

#E492CD (or 0xE492CD) is unknown color: approx Shocking. HEX triplet: E4, 92 and CD. RGB value is (228,146,205). Sum of RGB (Red+Green+Blue) = 228+146+205=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E492CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492CD is #1B6D32. Grayscale: #B1B1B1. Windows color (decimal): -1797427 or 13472484. OLE color: 13472484.

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

Color convert

RGB228146205-
CMYK00.360.100.11
HSL316.83º60.29%73.33%-
HSV(B)316.83º35.96%89.41%-
XYZ53.2941.4662.95-
YUV177.24143.67164.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.38%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=39.38%
G=25.22%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814620500.360.100.11316.8360.2973.33
HexE492CD024AB13d3c49
Octal344222315044121347574111
Binary1110010010010010110011010100100101010111001111011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E492CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E492CD; }

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

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

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

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

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

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

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

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