Shades of Brilliant Rose #EF509C
Tints of Brilliant Rose #EF509C
RGB
CMYK
RGB Variations
Color information
#EF509C (or 0xEF509C) is known color: Brilliant Rose. HEX triplet: EF, 50 and 9C. RGB value is (239,80,156). Sum of RGB (Red+Green+Blue) = 239+80+156=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF509C is #10AF63. Grayscale: #888888. Windows color (decimal): -1093476 or 10244335. OLE color: 10244335.
HSL color Cylindrical-coordinate representation of color #EF509C: hue angle of 331.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF509C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 156 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.06 |
| HSL | 331.32º | 0.83% | 0.63% | - |
| HSV(B) | 331.32º | 0.67% | 0.94% | - |
| XYZ | 44.47 | 26.49 | 34.22 | - |
| YUV | 136.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 156 | 0 | 0.67 | 0.35 | 0.06 | 331.32 | 0.83 | 0.63 |
| Hex | EF | 50 | 9C | 0 | 43 | 23 | 6 | 14B | 53 | 3F |
| Octal | 357 | 120 | 234 | 0 | 103 | 43 | 6 | 513 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10011100 | 0 | 1000011 | 100011 | 110 | 101001011 | 1010011 | 111111 |
Color Harmonies of #EF509C
Complementary color
Monochromatic Colors of #EF509C
Black with #EF509C
Text Example
Text Example
White with #EF509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF509C; }
p { color: rgb(239,80,156); }
H1.HeaderClassName
{
color: #EF509C;
}
.AnyTagClassName
{
color: #EF509C;
}
</style>
background-color css
<style>
a { background-color: #EF509C; }
a { background-color: rgb(239,80,156); }
div.DivClassName
{
background-color: #EF509C;
}
.BgClassName
{
background-color: #EF509C;
}
</style>
border-color css
<style>
span { border-color: #EF509C; }
span { border-color: rgb(239,80,156); }
td.TdClassName
{
border-color: #EF509C;
}
.TagClassName
{
border-color: #EF509C;
}
</style>