Shades of Brilliant Rose #EF4AB5
Tints of Brilliant Rose #EF4AB5
RGB
CMYK
RGB Variations
Color information
#EF4AB5 (or 0xEF4AB5) is known color: Brilliant Rose. HEX triplet: EF, 4A and B5. RGB value is (239,74,181). Sum of RGB (Red+Green+Blue) = 239+74+181=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4AB5 is #10B54A. Grayscale: #878787. Windows color (decimal): -1094987 or 11881199. OLE color: 11881199.
HSL color Cylindrical-coordinate representation of color #EF4AB5: hue angle of 321.09º 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 #EF4AB5 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 181 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.06 |
| HSL | 321.09º | 0.84% | 0.61% | - |
| HSV(B) | 321.09º | 0.69% | 0.94% | - |
| XYZ | 46.39 | 26.58 | 46.4 | - |
| YUV | 135.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 181 | 0 | 0.69 | 0.24 | 0.06 | 321.09 | 0.84 | 0.61 |
| Hex | EF | 4A | B5 | 0 | 45 | 18 | 6 | 141 | 54 | 3D |
| Octal | 357 | 112 | 265 | 0 | 105 | 30 | 6 | 501 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10110101 | 0 | 1000101 | 11000 | 110 | 101000001 | 1010100 | 111101 |
Color Harmonies of #EF4AB5
Complementary color
Monochromatic Colors of #EF4AB5
Black with #EF4AB5
Text Example
Text Example
White with #EF4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AB5; }
p { color: rgb(239,74,181); }
H1.HeaderClassName
{
color: #EF4AB5;
}
.AnyTagClassName
{
color: #EF4AB5;
}
</style>
background-color css
<style>
a { background-color: #EF4AB5; }
a { background-color: rgb(239,74,181); }
div.DivClassName
{
background-color: #EF4AB5;
}
.BgClassName
{
background-color: #EF4AB5;
}
</style>
border-color css
<style>
span { border-color: #EF4AB5; }
span { border-color: rgb(239,74,181); }
td.TdClassName
{
border-color: #EF4AB5;
}
.TagClassName
{
border-color: #EF4AB5;
}
</style>