#E86C83

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

Shades of Deep Blush #E86C83

Tints of Deep Blush #E86C83

Color information

#E86C83 (or 0xE86C83) is unknown color: approx Deep Blush. HEX triplet: E8, 6C and 83. RGB value is (232,108,131). Sum of RGB (Red+Green+Blue) = 232+108+131=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C83 is #17937C. Grayscale: #939393. Windows color (decimal): -1545085 or 8613096. OLE color: 8613096.

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

Color convert

RGB232108131-
CMYK00.530.440.09
HSL348.87º72.94%66.67%-
HSV(B)348.87º53.45%90.98%-
XYZ42.7429.5224.92-
YUV147.7118.58188.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=49.26%
G=22.93%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210813100.530.440.09348.8772.9466.67
HexE86C830352C915d4943
Octal3501542030655411535111103
Binary111010001101100100000110110101101100100110101110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86C83; }

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

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

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

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

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

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

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

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