Shades of Brilliant Rose #EF4AB1
Tints of Brilliant Rose #EF4AB1
RGB
CMYK
RGB Variations
Color information
#EF4AB1 (or 0xEF4AB1) is known color: Brilliant Rose. HEX triplet: EF, 4A and B1. RGB value is (239,74,177). Sum of RGB (Red+Green+Blue) = 239+74+177=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4AB1 is #10B54E. Grayscale: #868686. Windows color (decimal): -1094991 or 11619055. OLE color: 11619055.
HSL color Cylindrical-coordinate representation of color #EF4AB1: hue angle of 322.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 #EF4AB1 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 177 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.06 |
| HSL | 322.55º | 0.84% | 0.61% | - |
| HSV(B) | 322.55º | 0.69% | 0.94% | - |
| XYZ | 45.98 | 26.42 | 44.27 | - |
| YUV | 135.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 177 | 0 | 0.69 | 0.26 | 0.06 | 322.55 | 0.84 | 0.61 |
| Hex | EF | 4A | B1 | 0 | 45 | 1A | 6 | 143 | 54 | 3D |
| Octal | 357 | 112 | 261 | 0 | 105 | 32 | 6 | 503 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10110001 | 0 | 1000101 | 11010 | 110 | 101000011 | 1010100 | 111101 |
Color Harmonies of #EF4AB1
Complementary color
Monochromatic Colors of #EF4AB1
Black with #EF4AB1
Text Example
Text Example
White with #EF4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AB1; }
p { color: rgb(239,74,177); }
H1.HeaderClassName
{
color: #EF4AB1;
}
.AnyTagClassName
{
color: #EF4AB1;
}
</style>
background-color css
<style>
a { background-color: #EF4AB1; }
a { background-color: rgb(239,74,177); }
div.DivClassName
{
background-color: #EF4AB1;
}
.BgClassName
{
background-color: #EF4AB1;
}
</style>
border-color css
<style>
span { border-color: #EF4AB1; }
span { border-color: rgb(239,74,177); }
td.TdClassName
{
border-color: #EF4AB1;
}
.TagClassName
{
border-color: #EF4AB1;
}
</style>