Shades of Brilliant Rose #EF469F
Tints of Brilliant Rose #EF469F
RGB
CMYK
RGB Variations
Color information
#EF469F (or 0xEF469F) is known color: Brilliant Rose. HEX triplet: EF, 46 and 9F. RGB value is (239,70,159). Sum of RGB (Red+Green+Blue) = 239+70+159=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF469F is #10B960. Grayscale: #828282. Windows color (decimal): -1096033 or 10438383. OLE color: 10438383.
HSL color Cylindrical-coordinate representation of color #EF469F: hue angle of 328.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF469F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 159 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.06 |
| HSL | 328.4º | 0.84% | 0.61% | - |
| HSV(B) | 328.4º | 0.71% | 0.94% | - |
| XYZ | 44.04 | 25.23 | 35.35 | - |
| YUV | 130.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 159 | 0 | 0.71 | 0.33 | 0.06 | 328.4 | 0.84 | 0.61 |
| Hex | EF | 46 | 9F | 0 | 47 | 21 | 6 | 148 | 54 | 3D |
| Octal | 357 | 106 | 237 | 0 | 107 | 41 | 6 | 510 | 124 | 75 |
| Binary | 11101111 | 1000110 | 10011111 | 0 | 1000111 | 100001 | 110 | 101001000 | 1010100 | 111101 |
Color Harmonies of #EF469F
Complementary color
Monochromatic Colors of #EF469F
Black with #EF469F
Text Example
Text Example
White with #EF469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF469F; }
p { color: rgb(239,70,159); }
H1.HeaderClassName
{
color: #EF469F;
}
.AnyTagClassName
{
color: #EF469F;
}
</style>
background-color css
<style>
a { background-color: #EF469F; }
a { background-color: rgb(239,70,159); }
div.DivClassName
{
background-color: #EF469F;
}
.BgClassName
{
background-color: #EF469F;
}
</style>
border-color css
<style>
span { border-color: #EF469F; }
span { border-color: rgb(239,70,159); }
td.TdClassName
{
border-color: #EF469F;
}
.TagClassName
{
border-color: #EF469F;
}
</style>