Shades of Brilliant Rose #EF68A0
Tints of Brilliant Rose #EF68A0
RGB
CMYK
RGB Variations
Color information
#EF68A0 (or 0xEF68A0) is known color: Brilliant Rose. HEX triplet: EF, 68 and A0. RGB value is (239,104,160). Sum of RGB (Red+Green+Blue) = 239+104+160=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF68A0 is #10975F. Grayscale: #969696. Windows color (decimal): -1087328 or 10512623. OLE color: 10512623.
HSL color Cylindrical-coordinate representation of color #EF68A0: hue angle of 335.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68A0 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 160 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.06 |
| HSL | 335.11º | 0.81% | 0.67% | - |
| HSV(B) | 335.11º | 0.56% | 0.94% | - |
| XYZ | 46.89 | 30.79 | 36.73 | - |
| YUV | 150.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 160 | 0 | 0.56 | 0.33 | 0.06 | 335.11 | 0.81 | 0.67 |
| Hex | EF | 68 | A0 | 0 | 38 | 21 | 6 | 14F | 51 | 43 |
| Octal | 357 | 150 | 240 | 0 | 70 | 41 | 6 | 517 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10100000 | 0 | 111000 | 100001 | 110 | 101001111 | 1010001 | 1000011 |
Color Harmonies of #EF68A0
Complementary color
Monochromatic Colors of #EF68A0
Black with #EF68A0
Text Example
Text Example
White with #EF68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68A0; }
p { color: rgb(239,104,160); }
H1.HeaderClassName
{
color: #EF68A0;
}
.AnyTagClassName
{
color: #EF68A0;
}
</style>
background-color css
<style>
a { background-color: #EF68A0; }
a { background-color: rgb(239,104,160); }
div.DivClassName
{
background-color: #EF68A0;
}
.BgClassName
{
background-color: #EF68A0;
}
</style>
border-color css
<style>
span { border-color: #EF68A0; }
span { border-color: rgb(239,104,160); }
td.TdClassName
{
border-color: #EF68A0;
}
.TagClassName
{
border-color: #EF68A0;
}
</style>