#E896CD

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

Shades of Shocking #E896CD

Tints of Shocking #E896CD

Color information

#E896CD (or 0xE896CD) is unknown color: approx Shocking. HEX triplet: E8, 96 and CD. RGB value is (232,150,205). Sum of RGB (Red+Green+Blue) = 232+150+205=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E896CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896CD is #176932. Grayscale: #B4B4B4. Windows color (decimal): -1534259 or 13473512. OLE color: 13473512.

HSL color Cylindrical-coordinate representation of color #E896CD: hue angle of 319.76º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896CD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232150205-
CMYK00.350.120.09
HSL319.76º64.06%74.9%-
HSV(B)319.76º35.34%90.98%-
XYZ55.243.3863.22-
YUV180.79141.67164.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=39.52%
G=25.55%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215020500.350.120.09319.7664.0674.9
HexE896CD023C9140404b
Octal3502263150431411500100113
Binary11101000100101101100110101000111100100110100000010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E896CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E896CD; }

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

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

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

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

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

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

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

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