#E06984

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

Shades of Deep Blush #E06984

Tints of Deep Blush #E06984

Color information

#E06984 (or 0xE06984) is unknown color: approx Deep Blush. HEX triplet: E0, 69 and 84. RGB value is (224,105,132). Sum of RGB (Red+Green+Blue) = 224+105+132=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E06984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06984 is #1F967B. Grayscale: #8F8F8F. Windows color (decimal): -2070140 or 8677856. OLE color: 8677856.

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

Color convert

RGB224105132-
CMYK00.530.410.12
HSL346.39º65.75%64.51%-
HSV(B)346.39º53.12%87.84%-
XYZ39.9627.6225.05-
YUV143.66121.42185.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=48.59%
G=22.78%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410513200.530.410.12346.3965.7564.51
HexE0698403529C15a4241
Octal3401512040655114532102101
Binary111000001101001100001000110101101001110010101101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06984; }

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

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

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

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

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

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

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

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