Shades of Brilliant Rose #ED50AF
Tints of Brilliant Rose #ED50AF
RGB
CMYK
RGB Variations
Color information
#ED50AF (or 0xED50AF) is known color: Brilliant Rose. HEX triplet: ED, 50 and AF. RGB value is (237,80,175). Sum of RGB (Red+Green+Blue) = 237+80+175=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50AF is #12AF50. Grayscale: #898989. Windows color (decimal): -1224529 or 11489517. OLE color: 11489517.
HSL color Cylindrical-coordinate representation of color #ED50AF: hue angle of 323.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED50AF is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 175 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.07 |
| HSL | 323.69º | 0.81% | 0.62% | - |
| HSV(B) | 323.69º | 0.66% | 0.93% | - |
| XYZ | 45.53 | 26.84 | 43.34 | - |
| YUV | 137.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 175 | 0 | 0.66 | 0.26 | 0.07 | 323.69 | 0.81 | 0.62 |
| Hex | ED | 50 | AF | 0 | 42 | 1A | 7 | 144 | 51 | 3E |
| Octal | 355 | 120 | 257 | 0 | 102 | 32 | 7 | 504 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10101111 | 0 | 1000010 | 11010 | 111 | 101000100 | 1010001 | 111110 |
Color Harmonies of #ED50AF
Complementary color
Monochromatic Colors of #ED50AF
Black with #ED50AF
Text Example
Text Example
White with #ED50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50AF; }
p { color: rgb(237,80,175); }
H1.HeaderClassName
{
color: #ED50AF;
}
.AnyTagClassName
{
color: #ED50AF;
}
</style>
background-color css
<style>
a { background-color: #ED50AF; }
a { background-color: rgb(237,80,175); }
div.DivClassName
{
background-color: #ED50AF;
}
.BgClassName
{
background-color: #ED50AF;
}
</style>
border-color css
<style>
span { border-color: #ED50AF; }
span { border-color: rgb(237,80,175); }
td.TdClassName
{
border-color: #ED50AF;
}
.TagClassName
{
border-color: #ED50AF;
}
</style>