Shades of Brilliant Rose #ED4DAA
Tints of Brilliant Rose #ED4DAA
RGB
CMYK
RGB Variations
Color information
#ED4DAA (or 0xED4DAA) is known color: Brilliant Rose. HEX triplet: ED, 4D and AA. RGB value is (237,77,170). Sum of RGB (Red+Green+Blue) = 237+77+170=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4DAA is #12B255. Grayscale: #878787. Windows color (decimal): -1225302 or 11161069. OLE color: 11161069.
HSL color Cylindrical-coordinate representation of color #ED4DAA: hue angle of 325.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4DAA is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 77 | 170 | - |
CMYK | 0 | 0.68 | 0.28 | 0.07 |
HSL | 325.13º | 0.82% | 0.62% | - |
HSV(B) | 325.13º | 0.68% | 0.93% | - |
XYZ | 44.83 | 26.21 | 40.73 | - |
YUV | 135.44 | 147.51 | 200.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 77 | 170 | 0 | 0.68 | 0.28 | 0.07 | 325.13 | 0.82 | 0.62 |
Hex | ED | 4D | AA | 0 | 44 | 1C | 7 | 145 | 52 | 3E |
Octal | 355 | 115 | 252 | 0 | 104 | 34 | 7 | 505 | 122 | 76 |
Binary | 11101101 | 1001101 | 10101010 | 0 | 1000100 | 11100 | 111 | 101000101 | 1010010 | 111110 |
Color Harmonies of #ED4DAA
Complementary color
Monochromatic Colors of #ED4DAA
Black with #ED4DAA
Text Example
Text Example
White with #ED4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DAA; }
p { color: rgb(237,77,170); }
H1.HeaderClassName
{
color: #ED4DAA;
}
.AnyTagClassName
{
color: #ED4DAA;
}
</style>
background-color css
<style>
a { background-color: #ED4DAA; }
a { background-color: rgb(237,77,170); }
div.DivClassName
{
background-color: #ED4DAA;
}
.BgClassName
{
background-color: #ED4DAA;
}
</style>
border-color css
<style>
span { border-color: #ED4DAA; }
span { border-color: rgb(237,77,170); }
td.TdClassName
{
border-color: #ED4DAA;
}
.TagClassName
{
border-color: #ED4DAA;
}
</style>