#E86C8B

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

Shades of Deep Blush #E86C8B

Tints of Deep Blush #E86C8B

Color information

#E86C8B (or 0xE86C8B) is unknown color: approx Deep Blush. HEX triplet: E8, 6C and 8B. RGB value is (232,108,139). Sum of RGB (Red+Green+Blue) = 232+108+139=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C8B is #179374. Grayscale: #949494. Windows color (decimal): -1545077 or 9137384. OLE color: 9137384.

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

Color convert

RGB232108139-
CMYK00.530.400.09
HSL345º72.94%66.67%-
HSV(B)345º53.45%90.98%-
XYZ43.329.7527.89-
YUV148.61122.58187.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=48.43%
G=22.55%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210813900.530.400.0934572.9466.67
HexE86C8B0352891594943
Octal3501542130655011531111103
Binary111010001101100100010110110101101000100110101100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C8B; }

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

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

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

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

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

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

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

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