Shades of Brilliant Rose #EF4AAA
Tints of Brilliant Rose #EF4AAA
RGB
CMYK
RGB Variations
Color information
#EF4AAA (or 0xEF4AAA) is known color: Brilliant Rose. HEX triplet: EF, 4A and AA. RGB value is (239,74,170). Sum of RGB (Red+Green+Blue) = 239+74+170=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4AAA is #10B555. Grayscale: #868686. Windows color (decimal): -1094998 or 11160303. OLE color: 11160303.
HSL color Cylindrical-coordinate representation of color #EF4AAA: hue angle of 325.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4AAA is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 170 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.06 |
| HSL | 325.09º | 0.84% | 0.61% | - |
| HSV(B) | 325.09º | 0.69% | 0.94% | - |
| XYZ | 45.3 | 26.15 | 40.69 | - |
| YUV | 134.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 170 | 0 | 0.69 | 0.29 | 0.06 | 325.09 | 0.84 | 0.61 |
| Hex | EF | 4A | AA | 0 | 45 | 1D | 6 | 145 | 54 | 3D |
| Octal | 357 | 112 | 252 | 0 | 105 | 35 | 6 | 505 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10101010 | 0 | 1000101 | 11101 | 110 | 101000101 | 1010100 | 111101 |
Color Harmonies of #EF4AAA
Complementary color
Monochromatic Colors of #EF4AAA
Black with #EF4AAA
Text Example
Text Example
White with #EF4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AAA; }
p { color: rgb(239,74,170); }
H1.HeaderClassName
{
color: #EF4AAA;
}
.AnyTagClassName
{
color: #EF4AAA;
}
</style>
background-color css
<style>
a { background-color: #EF4AAA; }
a { background-color: rgb(239,74,170); }
div.DivClassName
{
background-color: #EF4AAA;
}
.BgClassName
{
background-color: #EF4AAA;
}
</style>
border-color css
<style>
span { border-color: #EF4AAA; }
span { border-color: rgb(239,74,170); }
td.TdClassName
{
border-color: #EF4AAA;
}
.TagClassName
{
border-color: #EF4AAA;
}
</style>