#E06983

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

Shades of Deep Blush #E06983

Tints of Deep Blush #E06983

Color information

#E06983 (or 0xE06983) is unknown color: approx Deep Blush. HEX triplet: E0, 69 and 83. RGB value is (224,105,131). Sum of RGB (Red+Green+Blue) = 224+105+131=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E06983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06983 is #1F967C. Grayscale: #8F8F8F. Windows color (decimal): -2070141 or 8612320. OLE color: 8612320.

HSL color Cylindrical-coordinate representation of color #E06983: hue angle of 346.89º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06983 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224105131-
CMYK00.530.420.12
HSL346.89º65.75%64.51%-
HSV(B)346.89º53.12%87.84%-
XYZ39.8927.5924.7-
YUV143.54120.92185.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=48.70%
G=22.83%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410513100.530.420.12346.8965.7564.51
HexE069830352AC15b4241
Octal3401512030655214533102101
Binary111000001101001100000110110101101010110010101101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06983; }

 p { color: rgb(224,105,131); }

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

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

 a { background-color: rgb(224,105,131); }

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

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

 span { border-color: rgb(224,105,131); }

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