Shades of Brilliant Rose #EC58AF
Tints of Brilliant Rose #EC58AF
RGB
CMYK
RGB Variations
Color information
#EC58AF (or 0xEC58AF) is known color: Brilliant Rose. HEX triplet: EC, 58 and AF. RGB value is (236,88,175). Sum of RGB (Red+Green+Blue) = 236+88+175=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58AF is #13A750. Grayscale: #8D8D8D. Windows color (decimal): -1288017 or 11491564. OLE color: 11491564.
HSL color Cylindrical-coordinate representation of color #EC58AF: hue angle of 324.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58AF is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 175 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.07 |
| HSL | 324.73º | 0.8% | 0.64% | - |
| HSV(B) | 324.73º | 0.63% | 0.93% | - |
| XYZ | 45.82 | 27.91 | 43.53 | - |
| YUV | 142.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 175 | 0 | 0.63 | 0.26 | 0.07 | 324.73 | 0.8 | 0.64 |
| Hex | EC | 58 | AF | 0 | 3F | 1A | 7 | 145 | 50 | 40 |
| Octal | 354 | 130 | 257 | 0 | 77 | 32 | 7 | 505 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10101111 | 0 | 111111 | 11010 | 111 | 101000101 | 1010000 | 1000000 |
Color Harmonies of #EC58AF
Complementary color
Monochromatic Colors of #EC58AF
Black with #EC58AF
Text Example
Text Example
White with #EC58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58AF; }
p { color: rgb(236,88,175); }
H1.HeaderClassName
{
color: #EC58AF;
}
.AnyTagClassName
{
color: #EC58AF;
}
</style>
background-color css
<style>
a { background-color: #EC58AF; }
a { background-color: rgb(236,88,175); }
div.DivClassName
{
background-color: #EC58AF;
}
.BgClassName
{
background-color: #EC58AF;
}
</style>
border-color css
<style>
span { border-color: #EC58AF; }
span { border-color: rgb(236,88,175); }
td.TdClassName
{
border-color: #EC58AF;
}
.TagClassName
{
border-color: #EC58AF;
}
</style>