Shades of Brilliant Rose #EF4DAA
Tints of Brilliant Rose #EF4DAA
RGB
CMYK
RGB Variations
Color information
#EF4DAA (or 0xEF4DAA) is known color: Brilliant Rose. HEX triplet: EF, 4D and AA. RGB value is (239,77,170). Sum of RGB (Red+Green+Blue) = 239+77+170=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4DAA is #10B255. Grayscale: #878787. Windows color (decimal): -1094230 or 11161071. OLE color: 11161071.
HSL color Cylindrical-coordinate representation of color #EF4DAA: hue angle of 325.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DAA is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 170 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.06 |
| HSL | 325.56º | 0.84% | 0.62% | - |
| HSV(B) | 325.56º | 0.68% | 0.94% | - |
| XYZ | 45.51 | 26.56 | 40.76 | - |
| YUV | 136.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 170 | 0 | 0.68 | 0.29 | 0.06 | 325.56 | 0.84 | 0.62 |
| Hex | EF | 4D | AA | 0 | 44 | 1D | 6 | 146 | 54 | 3E |
| Octal | 357 | 115 | 252 | 0 | 104 | 35 | 6 | 506 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10101010 | 0 | 1000100 | 11101 | 110 | 101000110 | 1010100 | 111110 |
Color Harmonies of #EF4DAA
Complementary color
Monochromatic Colors of #EF4DAA
Black with #EF4DAA
Text Example
Text Example
White with #EF4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DAA; }
p { color: rgb(239,77,170); }
H1.HeaderClassName
{
color: #EF4DAA;
}
.AnyTagClassName
{
color: #EF4DAA;
}
</style>
background-color css
<style>
a { background-color: #EF4DAA; }
a { background-color: rgb(239,77,170); }
div.DivClassName
{
background-color: #EF4DAA;
}
.BgClassName
{
background-color: #EF4DAA;
}
</style>
border-color css
<style>
span { border-color: #EF4DAA; }
span { border-color: rgb(239,77,170); }
td.TdClassName
{
border-color: #EF4DAA;
}
.TagClassName
{
border-color: #EF4DAA;
}
</style>