Shades of Brilliant Rose #EF4FA1
Tints of Brilliant Rose #EF4FA1
RGB
CMYK
RGB Variations
Color information
#EF4FA1 (or 0xEF4FA1) is known color: Brilliant Rose. HEX triplet: EF, 4F and A1. RGB value is (239,79,161). Sum of RGB (Red+Green+Blue) = 239+79+161=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FA1 is #10B05E. Grayscale: #888888. Windows color (decimal): -1093727 or 10571759. OLE color: 10571759.
HSL color Cylindrical-coordinate representation of color #EF4FA1: hue angle of 329.25º 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 #EF4FA1 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 161 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.06 |
| HSL | 329.25º | 0.83% | 0.62% | - |
| HSV(B) | 329.25º | 0.67% | 0.94% | - |
| XYZ | 44.83 | 26.52 | 36.47 | - |
| YUV | 136.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 161 | 0 | 0.67 | 0.33 | 0.06 | 329.25 | 0.83 | 0.62 |
| Hex | EF | 4F | A1 | 0 | 43 | 21 | 6 | 149 | 53 | 3E |
| Octal | 357 | 117 | 241 | 0 | 103 | 41 | 6 | 511 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10100001 | 0 | 1000011 | 100001 | 110 | 101001001 | 1010011 | 111110 |
Color Harmonies of #EF4FA1
Complementary color
Monochromatic Colors of #EF4FA1
Black with #EF4FA1
Text Example
Text Example
White with #EF4FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FA1; }
p { color: rgb(239,79,161); }
H1.HeaderClassName
{
color: #EF4FA1;
}
.AnyTagClassName
{
color: #EF4FA1;
}
</style>
background-color css
<style>
a { background-color: #EF4FA1; }
a { background-color: rgb(239,79,161); }
div.DivClassName
{
background-color: #EF4FA1;
}
.BgClassName
{
background-color: #EF4FA1;
}
</style>
border-color css
<style>
span { border-color: #EF4FA1; }
span { border-color: rgb(239,79,161); }
td.TdClassName
{
border-color: #EF4FA1;
}
.TagClassName
{
border-color: #EF4FA1;
}
</style>