Shades of Brilliant Rose #EF5DAA
Tints of Brilliant Rose #EF5DAA
RGB
CMYK
RGB Variations
Color information
#EF5DAA (or 0xEF5DAA) is known color: Brilliant Rose. HEX triplet: EF, 5D and AA. RGB value is (239,93,170). Sum of RGB (Red+Green+Blue) = 239+93+170=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5DAA is #10A255. Grayscale: #919191. Windows color (decimal): -1090134 or 11165167. OLE color: 11165167.
HSL color Cylindrical-coordinate representation of color #EF5DAA: hue angle of 328.36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5DAA is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 170 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.06 |
| HSL | 328.36º | 0.82% | 0.65% | - |
| HSV(B) | 328.36º | 0.61% | 0.94% | - |
| XYZ | 46.77 | 29.08 | 41.18 | - |
| YUV | 145.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 170 | 0 | 0.61 | 0.29 | 0.06 | 328.36 | 0.82 | 0.65 |
| Hex | EF | 5D | AA | 0 | 3D | 1D | 6 | 148 | 52 | 41 |
| Octal | 357 | 135 | 252 | 0 | 75 | 35 | 6 | 510 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10101010 | 0 | 111101 | 11101 | 110 | 101001000 | 1010010 | 1000001 |
Color Harmonies of #EF5DAA
Complementary color
Monochromatic Colors of #EF5DAA
Black with #EF5DAA
Text Example
Text Example
White with #EF5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DAA; }
p { color: rgb(239,93,170); }
H1.HeaderClassName
{
color: #EF5DAA;
}
.AnyTagClassName
{
color: #EF5DAA;
}
</style>
background-color css
<style>
a { background-color: #EF5DAA; }
a { background-color: rgb(239,93,170); }
div.DivClassName
{
background-color: #EF5DAA;
}
.BgClassName
{
background-color: #EF5DAA;
}
</style>
border-color css
<style>
span { border-color: #EF5DAA; }
span { border-color: rgb(239,93,170); }
td.TdClassName
{
border-color: #EF5DAA;
}
.TagClassName
{
border-color: #EF5DAA;
}
</style>