Shades of Brilliant Rose #EF4FA4
Tints of Brilliant Rose #EF4FA4
RGB
CMYK
RGB Variations
Color information
#EF4FA4 (or 0xEF4FA4) is known color: Brilliant Rose. HEX triplet: EF, 4F and A4. RGB value is (239,79,164). Sum of RGB (Red+Green+Blue) = 239+79+164=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FA4 is #10B05B. Grayscale: #888888. Windows color (decimal): -1093724 or 10768367. OLE color: 10768367.
HSL color Cylindrical-coordinate representation of color #EF4FA4: hue angle of 328.12º 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 #EF4FA4 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 164 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.06 |
| HSL | 328.13º | 0.83% | 0.62% | - |
| HSV(B) | 328.13º | 0.67% | 0.94% | - |
| XYZ | 45.09 | 26.62 | 37.88 | - |
| YUV | 136.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 164 | 0 | 0.67 | 0.31 | 0.06 | 328.13 | 0.83 | 0.62 |
| Hex | EF | 4F | A4 | 0 | 43 | 1F | 6 | 148 | 53 | 3E |
| Octal | 357 | 117 | 244 | 0 | 103 | 37 | 6 | 510 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10100100 | 0 | 1000011 | 11111 | 110 | 101001000 | 1010011 | 111110 |
Color Harmonies of #EF4FA4
Complementary color
Monochromatic Colors of #EF4FA4
Black with #EF4FA4
Text Example
Text Example
White with #EF4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FA4; }
p { color: rgb(239,79,164); }
H1.HeaderClassName
{
color: #EF4FA4;
}
.AnyTagClassName
{
color: #EF4FA4;
}
</style>
background-color css
<style>
a { background-color: #EF4FA4; }
a { background-color: rgb(239,79,164); }
div.DivClassName
{
background-color: #EF4FA4;
}
.BgClassName
{
background-color: #EF4FA4;
}
</style>
border-color css
<style>
span { border-color: #EF4FA4; }
span { border-color: rgb(239,79,164); }
td.TdClassName
{
border-color: #EF4FA4;
}
.TagClassName
{
border-color: #EF4FA4;
}
</style>