#ED599C

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

Shades of Brilliant Rose #ED599C

Tints of Brilliant Rose #ED599C

Color information

#ED599C (or 0xED599C) is unknown color: approx Brilliant Rose. HEX triplet: ED, 59 and 9C. RGB value is (237,89,156). Sum of RGB (Red+Green+Blue) = 237+89+156=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED599C is #12A663. Grayscale: #8C8C8C. Windows color (decimal): -1222244 or 10246637. OLE color: 10246637.

HSL color Cylindrical-coordinate representation of color #ED599C: hue angle of 332.84º 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 #ED599C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB23789156-
CMYK00.620.340.07
HSL332.84º80.43%63.92%-
HSV(B)332.84º62.45%92.94%-
XYZ44.527.5534.42-
YUV140.89136.53196.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 89 (35.16% from 255) = 18.46%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=49.17%
G=18.46%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378915600.620.340.07332.8480.4363.92
HexED599C03E22714d5040
Octal355131234076427515120100
Binary11101101101100110011100011111010001011110100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED599C; }

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

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

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

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

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

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

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

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