#E296CD

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

Shades of Shocking #E296CD

Tints of Shocking #E296CD

Color information

#E296CD (or 0xE296CD) is unknown color: approx Shocking. HEX triplet: E2, 96 and CD. RGB value is (226,150,205). Sum of RGB (Red+Green+Blue) = 226+150+205=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E296CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296CD is #1D6932. Grayscale: #B2B2B2. Windows color (decimal): -1927475 or 13473506. OLE color: 13473506.

HSL color Cylindrical-coordinate representation of color #E296CD: hue angle of 316.58º degrees, saturation: 0.57, 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 #E296CD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226150205-
CMYK00.340.090.11
HSL316.58º56.72%73.73%-
HSV(B)316.58º33.63%88.63%-
XYZ53.2942.3963.13-
YUV178.99142.68161.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=38.90%
G=25.82%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615020500.340.090.11316.5856.7273.73
HexE296CD0229B13d394a
Octal342226315042111347571112
Binary1110001010010110110011010100010100110111001111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E296CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E296CD; }

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

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

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

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

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

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

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

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