Shades of Brilliant Rose #ED5AA4
Tints of Brilliant Rose #ED5AA4
RGB
CMYK
RGB Variations
Color information
#ED5AA4 (or 0xED5AA4) is known color: Brilliant Rose. HEX triplet: ED, 5A and A4. RGB value is (237,90,164). Sum of RGB (Red+Green+Blue) = 237+90+164=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5AA4 is #12A55B. Grayscale: #8E8E8E. Windows color (decimal): -1221980 or 10771181. OLE color: 10771181.
HSL color Cylindrical-coordinate representation of color #ED5AA4: hue angle of 329.8º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5AA4 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 164 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.07 |
| HSL | 329.8º | 0.8% | 0.64% | - |
| HSV(B) | 329.8º | 0.62% | 0.93% | - |
| XYZ | 45.28 | 28 | 38.14 | - |
| YUV | 142.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 164 | 0 | 0.62 | 0.31 | 0.07 | 329.8 | 0.8 | 0.64 |
| Hex | ED | 5A | A4 | 0 | 3E | 1F | 7 | 14A | 50 | 40 |
| Octal | 355 | 132 | 244 | 0 | 76 | 37 | 7 | 512 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10100100 | 0 | 111110 | 11111 | 111 | 101001010 | 1010000 | 1000000 |
Color Harmonies of #ED5AA4
Complementary color
Monochromatic Colors of #ED5AA4
Black with #ED5AA4
Text Example
Text Example
White with #ED5AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AA4; }
p { color: rgb(237,90,164); }
H1.HeaderClassName
{
color: #ED5AA4;
}
.AnyTagClassName
{
color: #ED5AA4;
}
</style>
background-color css
<style>
a { background-color: #ED5AA4; }
a { background-color: rgb(237,90,164); }
div.DivClassName
{
background-color: #ED5AA4;
}
.BgClassName
{
background-color: #ED5AA4;
}
</style>
border-color css
<style>
span { border-color: #ED5AA4; }
span { border-color: rgb(237,90,164); }
td.TdClassName
{
border-color: #ED5AA4;
}
.TagClassName
{
border-color: #ED5AA4;
}
</style>