#E496CD

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

Shades of Shocking #E496CD

Tints of Shocking #E496CD

Color information

#E496CD (or 0xE496CD) is unknown color: approx Shocking. HEX triplet: E4, 96 and CD. RGB value is (228,150,205). Sum of RGB (Red+Green+Blue) = 228+150+205=583 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.11% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 228 - color contains mainly: red. Hex color #E496CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496CD is #1B6932. Grayscale: #B3B3B3. Windows color (decimal): -1796403 or 13473508. OLE color: 13473508.

HSL color Cylindrical-coordinate representation of color #E496CD: hue angle of 317.69º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496CD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB228150205-
CMYK00.340.100.11
HSL317.69º59.09%74.12%-
HSV(B)317.69º34.21%89.41%-
XYZ53.9242.7163.16-
YUV179.59142.34162.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.11%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=39.11%
G=25.73%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815020500.340.100.11317.6959.0974.12
HexE496CD022AB13e3b4a
Octal344226315042121347673112
Binary1110010010010110110011010100010101010111001111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E496CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E496CD; }

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

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

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

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

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

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

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

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