#E06584

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

Shades of Deep Blush #E06584

Tints of Deep Blush #E06584

Color information

#E06584 (or 0xE06584) is unknown color: approx Deep Blush. HEX triplet: E0, 65 and 84. RGB value is (224,101,132). Sum of RGB (Red+Green+Blue) = 224+101+132=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06584 is #1F9A7B. Grayscale: #8D8D8D. Windows color (decimal): -2071164 or 8676832. OLE color: 8676832.

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

Color convert

RGB224101132-
CMYK00.550.410.12
HSL344.88º66.49%63.73%-
HSV(B)344.88º54.91%87.84%-
XYZ39.5626.8224.92-
YUV141.31122.75186.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=49.02%
G=22.10%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410113200.550.410.12344.8866.4963.73
HexE0658403729C1594240
Octal3401452040675114531102100
Binary111000001100101100001000110111101001110010101100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06584; }

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

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

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

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

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

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

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

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