Shades of Brilliant Rose #EF44AA
Tints of Brilliant Rose #EF44AA
RGB
CMYK
RGB Variations
Color information
#EF44AA (or 0xEF44AA) is known color: Brilliant Rose. HEX triplet: EF, 44 and AA. RGB value is (239,68,170). Sum of RGB (Red+Green+Blue) = 239+68+170=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF44AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF44AA is #10BB55. Grayscale: #828282. Windows color (decimal): -1096534 or 11158767. OLE color: 11158767.
HSL color Cylindrical-coordinate representation of color #EF44AA: hue angle of 324.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF44AA is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 170 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.06 |
| HSL | 324.21º | 0.84% | 0.6% | - |
| HSV(B) | 324.21º | 0.72% | 0.94% | - |
| XYZ | 44.92 | 25.39 | 40.56 | - |
| YUV | 130.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 170 | 0 | 0.72 | 0.29 | 0.06 | 324.21 | 0.84 | 0.6 |
| Hex | EF | 44 | AA | 0 | 48 | 1D | 6 | 144 | 54 | 3C |
| Octal | 357 | 104 | 252 | 0 | 110 | 35 | 6 | 504 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10101010 | 0 | 1001000 | 11101 | 110 | 101000100 | 1010100 | 111100 |
Color Harmonies of #EF44AA
Complementary color
Monochromatic Colors of #EF44AA
Black with #EF44AA
Text Example
Text Example
White with #EF44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44AA; }
p { color: rgb(239,68,170); }
H1.HeaderClassName
{
color: #EF44AA;
}
.AnyTagClassName
{
color: #EF44AA;
}
</style>
background-color css
<style>
a { background-color: #EF44AA; }
a { background-color: rgb(239,68,170); }
div.DivClassName
{
background-color: #EF44AA;
}
.BgClassName
{
background-color: #EF44AA;
}
</style>
border-color css
<style>
span { border-color: #EF44AA; }
span { border-color: rgb(239,68,170); }
td.TdClassName
{
border-color: #EF44AA;
}
.TagClassName
{
border-color: #EF44AA;
}
</style>