#E86990

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

Shades of Deep Blush #E86990

Tints of Deep Blush #E86990

Color information

#E86990 (or 0xE86990) is unknown color: approx Deep Blush. HEX triplet: E8, 69 and 90. RGB value is (232,105,144). Sum of RGB (Red+Green+Blue) = 232+105+144=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E86990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86990 is #17966F. Grayscale: #939393. Windows color (decimal): -1545840 or 9464296. OLE color: 9464296.

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

Color convert

RGB232105144-
CMYK00.550.380.09
HSL341.57º73.41%66.08%-
HSV(B)341.57º54.74%90.98%-
XYZ43.3629.2729.75-
YUV147.42126.08188.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=48.23%
G=21.83%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210514400.550.380.09341.5773.4166.08
HexE869900372691564942
Octal3501512200674611526111102
Binary111010001101001100100000110111100110100110101011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86990; }

 p { color: rgb(232,105,144); }

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

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

 a { background-color: rgb(232,105,144); }

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

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

 span { border-color: rgb(232,105,144); }

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