#ED7586

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

Shades of Deep Blush #ED7586

Tints of Deep Blush #ED7586

Color information

#ED7586 (or 0xED7586) is unknown color: approx Deep Blush. HEX triplet: ED, 75 and 86. RGB value is (237,117,134). Sum of RGB (Red+Green+Blue) = 237+117+134=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7586 is #128A79. Grayscale: #9A9A9A. Windows color (decimal): -1215098 or 8812013. OLE color: 8812013.

HSL color Cylindrical-coordinate representation of color #ED7586: hue angle of 351.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7586 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237117134-
CMYK00.510.430.07
HSL351.5º76.92%69.41%-
HSV(B)351.5º50.63%92.94%-
XYZ45.5932.4526.41-
YUV154.82116.26186.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=48.57%
G=23.98%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711713400.510.430.07351.576.9269.41
HexED75860332B71604d45
Octal355165206063537540115105
Binary11101101111010110000110011001110101111110110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7586; }

 p { color: rgb(237,117,134); }

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

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

 a { background-color: rgb(237,117,134); }

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

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

 span { border-color: rgb(237,117,134); }

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