#e893cd

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

Shades of Shocking #E893CD

Tints of Shocking #E893CD

Color information

#E893CD (or 0xE893CD) is unknown color: approx Shocking. HEX triplet: E8, 93 and CD. RGB value is (232,147,205). Sum of RGB (Red+Green+Blue) = 232+147+205=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E893CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893CD is #176C32. Grayscale: #B2B2B2. Windows color (decimal): -1535027 or 13472744. OLE color: 13472744.

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

Color convert

RGB232147205-
CMYK00.370.120.09
HSL319.06º64.89%74.31%-
HSV(B)319.06º36.64%90.98%-
XYZ54.7342.4363.06-
YUV179.03142.66165.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.73%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=39.73%
G=25.17%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214720500.370.120.09319.0664.8974.31
HexE893CD025C913f414a
Octal3502233150451411477101112
Binary11101000100100111100110101001011100100110011111110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e893cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e893cd; }

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

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

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

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

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

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

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

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