Shades of Brilliant Rose #EF4AB6
Tints of Brilliant Rose #EF4AB6
RGB
CMYK
RGB Variations
Color information
#EF4AB6 (or 0xEF4AB6) is known color: Brilliant Rose. HEX triplet: EF, 4A and B6. RGB value is (239,74,182). Sum of RGB (Red+Green+Blue) = 239+74+182=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4AB6 is #10B549. Grayscale: #878787. Windows color (decimal): -1094986 or 11946735. OLE color: 11946735.
HSL color Cylindrical-coordinate representation of color #EF4AB6: hue angle of 320.73º 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 #EF4AB6 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 182 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.06 |
| HSL | 320.73º | 0.84% | 0.61% | - |
| HSV(B) | 320.73º | 0.69% | 0.94% | - |
| XYZ | 46.49 | 26.63 | 46.95 | - |
| YUV | 135.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 182 | 0 | 0.69 | 0.24 | 0.06 | 320.73 | 0.84 | 0.61 |
| Hex | EF | 4A | B6 | 0 | 45 | 18 | 6 | 141 | 54 | 3D |
| Octal | 357 | 112 | 266 | 0 | 105 | 30 | 6 | 501 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10110110 | 0 | 1000101 | 11000 | 110 | 101000001 | 1010100 | 111101 |
Color Harmonies of #EF4AB6
Complementary color
Monochromatic Colors of #EF4AB6
Black with #EF4AB6
Text Example
Text Example
White with #EF4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4AB6; }
p { color: rgb(239,74,182); }
H1.HeaderClassName
{
color: #EF4AB6;
}
.AnyTagClassName
{
color: #EF4AB6;
}
</style>
background-color css
<style>
a { background-color: #EF4AB6; }
a { background-color: rgb(239,74,182); }
div.DivClassName
{
background-color: #EF4AB6;
}
.BgClassName
{
background-color: #EF4AB6;
}
</style>
border-color css
<style>
span { border-color: #EF4AB6; }
span { border-color: rgb(239,74,182); }
td.TdClassName
{
border-color: #EF4AB6;
}
.TagClassName
{
border-color: #EF4AB6;
}
</style>