Shades of Brilliant Rose #EF48A1
Tints of Brilliant Rose #EF48A1
RGB
CMYK
RGB Variations
Color information
#EF48A1 (or 0xEF48A1) is known color: Brilliant Rose. HEX triplet: EF, 48 and A1. RGB value is (239,72,161). Sum of RGB (Red+Green+Blue) = 239+72+161=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF48A1 is #10B75E. Grayscale: #838383. Windows color (decimal): -1095519 or 10569967. OLE color: 10569967.
HSL color Cylindrical-coordinate representation of color #EF48A1: hue angle of 328.02º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF48A1 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 161 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.06 |
| HSL | 328.02º | 0.84% | 0.61% | - |
| HSV(B) | 328.02º | 0.7% | 0.94% | - |
| XYZ | 44.35 | 25.56 | 36.31 | - |
| YUV | 132.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 161 | 0 | 0.70 | 0.33 | 0.06 | 328.02 | 0.84 | 0.61 |
| Hex | EF | 48 | A1 | 0 | 46 | 21 | 6 | 148 | 54 | 3D |
| Octal | 357 | 110 | 241 | 0 | 106 | 41 | 6 | 510 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10100001 | 0 | 1000110 | 100001 | 110 | 101001000 | 1010100 | 111101 |
Color Harmonies of #EF48A1
Complementary color
Monochromatic Colors of #EF48A1
Black with #EF48A1
Text Example
Text Example
White with #EF48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF48A1; }
p { color: rgb(239,72,161); }
H1.HeaderClassName
{
color: #EF48A1;
}
.AnyTagClassName
{
color: #EF48A1;
}
</style>
background-color css
<style>
a { background-color: #EF48A1; }
a { background-color: rgb(239,72,161); }
div.DivClassName
{
background-color: #EF48A1;
}
.BgClassName
{
background-color: #EF48A1;
}
</style>
border-color css
<style>
span { border-color: #EF48A1; }
span { border-color: rgb(239,72,161); }
td.TdClassName
{
border-color: #EF48A1;
}
.TagClassName
{
border-color: #EF48A1;
}
</style>