Shades of Brilliant Rose #ED4CAA
Tints of Brilliant Rose #ED4CAA
RGB
CMYK
RGB Variations
Color information
#ED4CAA (or 0xED4CAA) is known color: Brilliant Rose. HEX triplet: ED, 4C and AA. RGB value is (237,76,170). Sum of RGB (Red+Green+Blue) = 237+76+170=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4CAA is #12B355. Grayscale: #868686. Windows color (decimal): -1225558 or 11160813. OLE color: 11160813.
HSL color Cylindrical-coordinate representation of color #ED4CAA: hue angle of 324.97º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4CAA is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 170 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.07 |
| HSL | 324.97º | 0.82% | 0.61% | - |
| HSV(B) | 324.97º | 0.68% | 0.93% | - |
| XYZ | 44.77 | 26.08 | 40.7 | - |
| YUV | 134.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 170 | 0 | 0.68 | 0.28 | 0.07 | 324.97 | 0.82 | 0.61 |
| Hex | ED | 4C | AA | 0 | 44 | 1C | 7 | 145 | 52 | 3D |
| Octal | 355 | 114 | 252 | 0 | 104 | 34 | 7 | 505 | 122 | 75 |
| Binary | 11101101 | 1001100 | 10101010 | 0 | 1000100 | 11100 | 111 | 101000101 | 1010010 | 111101 |
Color Harmonies of #ED4CAA
Complementary color
Monochromatic Colors of #ED4CAA
Black with #ED4CAA
Text Example
Text Example
White with #ED4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CAA; }
p { color: rgb(237,76,170); }
H1.HeaderClassName
{
color: #ED4CAA;
}
.AnyTagClassName
{
color: #ED4CAA;
}
</style>
background-color css
<style>
a { background-color: #ED4CAA; }
a { background-color: rgb(237,76,170); }
div.DivClassName
{
background-color: #ED4CAA;
}
.BgClassName
{
background-color: #ED4CAA;
}
</style>
border-color css
<style>
span { border-color: #ED4CAA; }
span { border-color: rgb(237,76,170); }
td.TdClassName
{
border-color: #ED4CAA;
}
.TagClassName
{
border-color: #ED4CAA;
}
</style>