#ED599B

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

Shades of Brilliant Rose #ED599B

Tints of Brilliant Rose #ED599B

Color information

#ED599B (or 0xED599B) is unknown color: approx Brilliant Rose. HEX triplet: ED, 59 and 9B. RGB value is (237,89,155). Sum of RGB (Red+Green+Blue) = 237+89+155=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED599B is #12A664. Grayscale: #8C8C8C. Windows color (decimal): -1222245 or 10181101. OLE color: 10181101.

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

Color convert

RGB23789155-
CMYK00.620.350.07
HSL333.24º80.43%63.92%-
HSV(B)333.24º62.45%92.94%-
XYZ44.4127.5233.98-
YUV140.78136.03196.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 89 (35.16% from 255) = 18.50%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=49.27%
G=18.50%
B=32.22%

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
Decimal2378915500.620.350.07333.2480.4363.92
HexED599B03E23714d5040
Octal355131233076437515120100
Binary11101101101100110011011011111010001111110100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED599B; }

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

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

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

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

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

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

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

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