Shades of Brilliant Rose #ED46AA
Tints of Brilliant Rose #ED46AA
RGB
CMYK
RGB Variations
Color information
#ED46AA (or 0xED46AA) is known color: Brilliant Rose. HEX triplet: ED, 46 and AA. RGB value is (237,70,170). Sum of RGB (Red+Green+Blue) = 237+70+170=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED46AA is #12B955. Grayscale: #838383. Windows color (decimal): -1227094 or 11159277. OLE color: 11159277.
HSL color Cylindrical-coordinate representation of color #ED46AA: hue angle of 324.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED46AA is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 170 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.07 |
| HSL | 324.07º | 0.82% | 0.6% | - |
| HSV(B) | 324.07º | 0.7% | 0.93% | - |
| XYZ | 44.37 | 25.29 | 40.57 | - |
| YUV | 131.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 170 | 0 | 0.70 | 0.28 | 0.07 | 324.07 | 0.82 | 0.6 |
| Hex | ED | 46 | AA | 0 | 46 | 1C | 7 | 144 | 52 | 3C |
| Octal | 355 | 106 | 252 | 0 | 106 | 34 | 7 | 504 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10101010 | 0 | 1000110 | 11100 | 111 | 101000100 | 1010010 | 111100 |
Color Harmonies of #ED46AA
Complementary color
Monochromatic Colors of #ED46AA
Black with #ED46AA
Text Example
Text Example
White with #ED46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED46AA; }
p { color: rgb(237,70,170); }
H1.HeaderClassName
{
color: #ED46AA;
}
.AnyTagClassName
{
color: #ED46AA;
}
</style>
background-color css
<style>
a { background-color: #ED46AA; }
a { background-color: rgb(237,70,170); }
div.DivClassName
{
background-color: #ED46AA;
}
.BgClassName
{
background-color: #ED46AA;
}
</style>
border-color css
<style>
span { border-color: #ED46AA; }
span { border-color: rgb(237,70,170); }
td.TdClassName
{
border-color: #ED46AA;
}
.TagClassName
{
border-color: #ED46AA;
}
</style>