Shades of Brilliant Rose #EF66A0
Tints of Brilliant Rose #EF66A0
RGB
CMYK
RGB Variations
Color information
#EF66A0 (or 0xEF66A0) is known color: Brilliant Rose. HEX triplet: EF, 66 and A0. RGB value is (239,102,160). Sum of RGB (Red+Green+Blue) = 239+102+160=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66A0 is #10995F. Grayscale: #959595. Windows color (decimal): -1087840 or 10512111. OLE color: 10512111.
HSL color Cylindrical-coordinate representation of color #EF66A0: hue angle of 334.6º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66A0 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 160 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.06 |
| HSL | 334.6º | 0.81% | 0.67% | - |
| HSV(B) | 334.6º | 0.57% | 0.94% | - |
| XYZ | 46.69 | 30.39 | 36.66 | - |
| YUV | 149.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 160 | 0 | 0.57 | 0.33 | 0.06 | 334.6 | 0.81 | 0.67 |
| Hex | EF | 66 | A0 | 0 | 39 | 21 | 6 | 14F | 51 | 43 |
| Octal | 357 | 146 | 240 | 0 | 71 | 41 | 6 | 517 | 121 | 103 |
| Binary | 11101111 | 1100110 | 10100000 | 0 | 111001 | 100001 | 110 | 101001111 | 1010001 | 1000011 |
Color Harmonies of #EF66A0
Complementary color
Monochromatic Colors of #EF66A0
Black with #EF66A0
Text Example
Text Example
White with #EF66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66A0; }
p { color: rgb(239,102,160); }
H1.HeaderClassName
{
color: #EF66A0;
}
.AnyTagClassName
{
color: #EF66A0;
}
</style>
background-color css
<style>
a { background-color: #EF66A0; }
a { background-color: rgb(239,102,160); }
div.DivClassName
{
background-color: #EF66A0;
}
.BgClassName
{
background-color: #EF66A0;
}
</style>
border-color css
<style>
span { border-color: #EF66A0; }
span { border-color: rgb(239,102,160); }
td.TdClassName
{
border-color: #EF66A0;
}
.TagClassName
{
border-color: #EF66A0;
}
</style>