#ED6588

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

Shades of Deep Blush #ED6588

Tints of Deep Blush #ED6588

Color information

#ED6588 (or 0xED6588) is unknown color: approx Deep Blush. HEX triplet: ED, 65 and 88. RGB value is (237,101,136). Sum of RGB (Red+Green+Blue) = 237+101+136=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6588 is #129A77. Grayscale: #919191. Windows color (decimal): -1219192 or 8938989. OLE color: 8938989.

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

Color convert

RGB237101136-
CMYK00.570.430.07
HSL344.56º79.07%66.27%-
HSV(B)344.56º57.38%92.94%-
XYZ44.0229.0926.59-
YUV145.65122.56193.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=50%
G=21.31%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710113600.570.430.07344.5679.0766.27
HexED65880392B71594f42
Octal355145210071537531117102
Binary11101101110010110001000011100110101111110101100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6588; }

 p { color: rgb(237,101,136); }

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

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

 a { background-color: rgb(237,101,136); }

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

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

 span { border-color: rgb(237,101,136); }

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