Shades of Brilliant Rose #EF4FA2
Tints of Brilliant Rose #EF4FA2
RGB
CMYK
RGB Variations
Color information
#EF4FA2 (or 0xEF4FA2) is known color: Brilliant Rose. HEX triplet: EF, 4F and A2. RGB value is (239,79,162). Sum of RGB (Red+Green+Blue) = 239+79+162=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FA2 is #10B05D. Grayscale: #888888. Windows color (decimal): -1093726 or 10637295. OLE color: 10637295.
HSL color Cylindrical-coordinate representation of color #EF4FA2: hue angle of 328.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FA2 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 162 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.06 |
| HSL | 328.88º | 0.83% | 0.62% | - |
| HSV(B) | 328.88º | 0.67% | 0.94% | - |
| XYZ | 44.91 | 26.55 | 36.94 | - |
| YUV | 136.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 162 | 0 | 0.67 | 0.32 | 0.06 | 328.88 | 0.83 | 0.62 |
| Hex | EF | 4F | A2 | 0 | 43 | 20 | 6 | 149 | 53 | 3E |
| Octal | 357 | 117 | 242 | 0 | 103 | 40 | 6 | 511 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10100010 | 0 | 1000011 | 100000 | 110 | 101001001 | 1010011 | 111110 |
Color Harmonies of #EF4FA2
Complementary color
Monochromatic Colors of #EF4FA2
Black with #EF4FA2
Text Example
Text Example
White with #EF4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FA2; }
p { color: rgb(239,79,162); }
H1.HeaderClassName
{
color: #EF4FA2;
}
.AnyTagClassName
{
color: #EF4FA2;
}
</style>
background-color css
<style>
a { background-color: #EF4FA2; }
a { background-color: rgb(239,79,162); }
div.DivClassName
{
background-color: #EF4FA2;
}
.BgClassName
{
background-color: #EF4FA2;
}
</style>
border-color css
<style>
span { border-color: #EF4FA2; }
span { border-color: rgb(239,79,162); }
td.TdClassName
{
border-color: #EF4FA2;
}
.TagClassName
{
border-color: #EF4FA2;
}
</style>