Shades of Brilliant Rose #EF48B1
Tints of Brilliant Rose #EF48B1
RGB
CMYK
RGB Variations
Color information
#EF48B1 (or 0xEF48B1) is known color: Brilliant Rose. HEX triplet: EF, 48 and B1. RGB value is (239,72,177). Sum of RGB (Red+Green+Blue) = 239+72+177=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF48B1 is #10B74E. Grayscale: #858585. Windows color (decimal): -1095503 or 11618543. OLE color: 11618543.
HSL color Cylindrical-coordinate representation of color #EF48B1: hue angle of 322.28º 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 #EF48B1 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 177 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.06 |
| HSL | 322.28º | 0.84% | 0.61% | - |
| HSV(B) | 322.28º | 0.7% | 0.94% | - |
| XYZ | 45.85 | 26.16 | 44.23 | - |
| YUV | 133.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 177 | 0 | 0.70 | 0.26 | 0.06 | 322.28 | 0.84 | 0.61 |
| Hex | EF | 48 | B1 | 0 | 46 | 1A | 6 | 142 | 54 | 3D |
| Octal | 357 | 110 | 261 | 0 | 106 | 32 | 6 | 502 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10110001 | 0 | 1000110 | 11010 | 110 | 101000010 | 1010100 | 111101 |
Color Harmonies of #EF48B1
Complementary color
Monochromatic Colors of #EF48B1
Black with #EF48B1
Text Example
Text Example
White with #EF48B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF48B1; }
p { color: rgb(239,72,177); }
H1.HeaderClassName
{
color: #EF48B1;
}
.AnyTagClassName
{
color: #EF48B1;
}
</style>
background-color css
<style>
a { background-color: #EF48B1; }
a { background-color: rgb(239,72,177); }
div.DivClassName
{
background-color: #EF48B1;
}
.BgClassName
{
background-color: #EF48B1;
}
</style>
border-color css
<style>
span { border-color: #EF48B1; }
span { border-color: rgb(239,72,177); }
td.TdClassName
{
border-color: #EF48B1;
}
.TagClassName
{
border-color: #EF48B1;
}
</style>