#ED6489

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

Shades of Deep Blush #ED6489

Tints of Deep Blush #ED6489

Color information

#ED6489 (or 0xED6489) is unknown color: approx Deep Blush. HEX triplet: ED, 64 and 89. RGB value is (237,100,137). Sum of RGB (Red+Green+Blue) = 237+100+137=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6489 is #129B76. Grayscale: #919191. Windows color (decimal): -1219447 or 9004269. OLE color: 9004269.

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

Color convert

RGB237100137-
CMYK00.580.420.07
HSL343.8º79.19%66.08%-
HSV(B)343.8º57.81%92.94%-
XYZ4428.9326.93-
YUV145.18123.39193.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=50%
G=21.10%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710013700.580.420.07343.879.1966.08
HexED648903A2A71584f42
Octal355144211072527530117102
Binary11101101110010010001001011101010101011110101100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6489; }

 p { color: rgb(237,100,137); }

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

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

 a { background-color: rgb(237,100,137); }

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

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

 span { border-color: rgb(237,100,137); }

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