#E86C93

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

Shades of Deep Blush #E86C93

Tints of Deep Blush #E86C93

Color information

#E86C93 (or 0xE86C93) is unknown color: approx Deep Blush. HEX triplet: E8, 6C and 93. RGB value is (232,108,147). Sum of RGB (Red+Green+Blue) = 232+108+147=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C93 is #17936C. Grayscale: #959595. Windows color (decimal): -1545069 or 9661672. OLE color: 9661672.

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

Color convert

RGB232108147-
CMYK00.530.370.09
HSL341.13º72.94%66.67%-
HSV(B)341.13º53.45%90.98%-
XYZ43.9129.9931.08-
YUV149.52126.58186.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.64%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=47.64%
G=22.18%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210814700.530.370.09341.1372.9466.67
HexE86C930352591554943
Octal3501542230654511525111103
Binary111010001101100100100110110101100101100110101010110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C93; }

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

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

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

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

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

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

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

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