#E86581

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

Shades of Deep Blush #E86581

Tints of Deep Blush #E86581

Color information

#E86581 (or 0xE86581) is unknown color: approx Deep Blush. HEX triplet: E8, 65 and 81. RGB value is (232,101,129). Sum of RGB (Red+Green+Blue) = 232+101+129=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E86581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86581 is #179A7E. Grayscale: #8F8F8F. Windows color (decimal): -1546879 or 8480232. OLE color: 8480232.

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

Color convert

RGB232101129-
CMYK00.560.440.09
HSL347.18º74.01%65.29%-
HSV(B)347.18º56.47%90.98%-
XYZ41.8928.0523.97-
YUV143.36119.9191.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.22%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=50.22%
G=21.86%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210112900.560.440.09347.1874.0165.29
HexE865810382C915b4a41
Octal3501452010705411533112101
Binary111010001100101100000010111000101100100110101101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86581; }

 p { color: rgb(232,101,129); }

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

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

 a { background-color: rgb(232,101,129); }

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

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

 span { border-color: rgb(232,101,129); }

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