Shades of Brilliant Rose #ED44A8
Tints of Brilliant Rose #ED44A8
RGB
CMYK
RGB Variations
Color information
#ED44A8 (or 0xED44A8) is known color: Brilliant Rose. HEX triplet: ED, 44 and A8. RGB value is (237,68,168). Sum of RGB (Red+Green+Blue) = 237+68+168=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED44A8 is #12BB57. Grayscale: #818181. Windows color (decimal): -1227608 or 11027693. OLE color: 11027693.
HSL color Cylindrical-coordinate representation of color #ED44A8: hue angle of 324.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED44A8 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 168 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.07 |
| HSL | 324.5º | 0.82% | 0.6% | - |
| HSV(B) | 324.5º | 0.71% | 0.93% | - |
| XYZ | 44.06 | 24.97 | 39.54 | - |
| YUV | 129.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 168 | 0 | 0.71 | 0.29 | 0.07 | 324.5 | 0.82 | 0.6 |
| Hex | ED | 44 | A8 | 0 | 47 | 1D | 7 | 144 | 52 | 3C |
| Octal | 355 | 104 | 250 | 0 | 107 | 35 | 7 | 504 | 122 | 74 |
| Binary | 11101101 | 1000100 | 10101000 | 0 | 1000111 | 11101 | 111 | 101000100 | 1010010 | 111100 |
Color Harmonies of #ED44A8
Complementary color
Monochromatic Colors of #ED44A8
Black with #ED44A8
Text Example
Text Example
White with #ED44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44A8; }
p { color: rgb(237,68,168); }
H1.HeaderClassName
{
color: #ED44A8;
}
.AnyTagClassName
{
color: #ED44A8;
}
</style>
background-color css
<style>
a { background-color: #ED44A8; }
a { background-color: rgb(237,68,168); }
div.DivClassName
{
background-color: #ED44A8;
}
.BgClassName
{
background-color: #ED44A8;
}
</style>
border-color css
<style>
span { border-color: #ED44A8; }
span { border-color: rgb(237,68,168); }
td.TdClassName
{
border-color: #ED44A8;
}
.TagClassName
{
border-color: #ED44A8;
}
</style>