#E86C8E

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

Shades of Deep Blush #E86C8E

Tints of Deep Blush #E86C8E

Color information

#E86C8E (or 0xE86C8E) is unknown color: approx Deep Blush. HEX triplet: E8, 6C and 8E. RGB value is (232,108,142). Sum of RGB (Red+Green+Blue) = 232+108+142=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C8E is #179371. Grayscale: #949494. Windows color (decimal): -1545074 or 9333992. OLE color: 9333992.

HSL color Cylindrical-coordinate representation of color #E86C8E: hue angle of 343.55º 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 #E86C8E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232108142-
CMYK00.530.390.09
HSL343.55º72.94%66.67%-
HSV(B)343.55º53.45%90.98%-
XYZ43.5229.8329.06-
YUV148.95124.08187.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=48.13%
G=22.41%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210814200.530.390.09343.5572.9466.67
HexE86C8E0352791584943
Octal3501542160654711530111103
Binary111010001101100100011100110101100111100110101100010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C8E; }

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

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

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

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

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

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

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

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