#ED5999

Color #ED5999 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #ED5999

Tints of Brilliant Rose #ED5999

Color information

#ED5999 (or 0xED5999) is unknown color: approx Brilliant Rose. HEX triplet: ED, 59 and 99. RGB value is (237,89,153). Sum of RGB (Red+Green+Blue) = 237+89+153=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5999 is #12A666. Grayscale: #8C8C8C. Windows color (decimal): -1222247 or 10050029. OLE color: 10050029.

HSL color Cylindrical-coordinate representation of color #ED5999: hue angle of 334.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5999 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB23789153-
CMYK00.620.350.07
HSL334.05º80.43%63.92%-
HSV(B)334.05º62.45%92.94%-
XYZ44.2527.4533.1-
YUV140.55135.03196.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 89 (35.16% from 255) = 18.58%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=49.48%
G=18.58%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378915300.620.350.07334.0580.4363.92
HexED599903E23714e5040
Octal355131231076437516120100
Binary11101101101100110011001011111010001111110100111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5999; }

 p { color: rgb(237,89,153); }

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

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

 a { background-color: rgb(237,89,153); }

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

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

 span { border-color: rgb(237,89,153); }

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