Shades of Brilliant Rose #EF4AA6
Tints of Brilliant Rose #EF4AA6
RGB
CMYK
RGB Variations
Color information
#EF4AA6 (or 0xEF4AA6) is known color: Brilliant Rose. HEX triplet: EF, 4A and A6. RGB value is (239,74,166). Sum of RGB (Red+Green+Blue) = 239+74+166=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4AA6 is #10B559. Grayscale: #858585. Windows color (decimal): -1095002 or 10898159. OLE color: 10898159.
HSL color Cylindrical-coordinate representation of color #EF4AA6: hue angle of 326.55º 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 #EF4AA6 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 166 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.06 |
| HSL | 326.55º | 0.84% | 0.61% | - |
| HSV(B) | 326.55º | 0.69% | 0.94% | - |
| XYZ | 44.93 | 26 | 38.73 | - |
| YUV | 133.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 166 | 0 | 0.69 | 0.31 | 0.06 | 326.55 | 0.84 | 0.61 |
| Hex | EF | 4A | A6 | 0 | 45 | 1F | 6 | 147 | 54 | 3D |
| Octal | 357 | 112 | 246 | 0 | 105 | 37 | 6 | 507 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10100110 | 0 | 1000101 | 11111 | 110 | 101000111 | 1010100 | 111101 |
Color Harmonies of #EF4AA6
Complementary color
Monochromatic Colors of #EF4AA6
Black with #EF4AA6
Text Example
Text Example
White with #EF4AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AA6; }
p { color: rgb(239,74,166); }
H1.HeaderClassName
{
color: #EF4AA6;
}
.AnyTagClassName
{
color: #EF4AA6;
}
</style>
background-color css
<style>
a { background-color: #EF4AA6; }
a { background-color: rgb(239,74,166); }
div.DivClassName
{
background-color: #EF4AA6;
}
.BgClassName
{
background-color: #EF4AA6;
}
</style>
border-color css
<style>
span { border-color: #EF4AA6; }
span { border-color: rgb(239,74,166); }
td.TdClassName
{
border-color: #EF4AA6;
}
.TagClassName
{
border-color: #EF4AA6;
}
</style>