Shades of Brilliant Rose #EC4FAF
Tints of Brilliant Rose #EC4FAF
RGB
CMYK
RGB Variations
Color information
#EC4FAF (or 0xEC4FAF) is known color: Brilliant Rose. HEX triplet: EC, 4F and AF. RGB value is (236,79,175). Sum of RGB (Red+Green+Blue) = 236+79+175=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FAF is #13B050. Grayscale: #888888. Windows color (decimal): -1290321 or 11489260. OLE color: 11489260.
HSL color Cylindrical-coordinate representation of color #EC4FAF: hue angle of 323.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FAF is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 175 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.07 |
| HSL | 323.31º | 0.81% | 0.62% | - |
| HSV(B) | 323.31º | 0.67% | 0.93% | - |
| XYZ | 45.13 | 26.52 | 43.3 | - |
| YUV | 136.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 175 | 0 | 0.67 | 0.26 | 0.07 | 323.31 | 0.81 | 0.62 |
| Hex | EC | 4F | AF | 0 | 43 | 1A | 7 | 143 | 51 | 3E |
| Octal | 354 | 117 | 257 | 0 | 103 | 32 | 7 | 503 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10101111 | 0 | 1000011 | 11010 | 111 | 101000011 | 1010001 | 111110 |
Color Harmonies of #EC4FAF
Complementary color
Monochromatic Colors of #EC4FAF
Black with #EC4FAF
Text Example
Text Example
White with #EC4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FAF; }
p { color: rgb(236,79,175); }
H1.HeaderClassName
{
color: #EC4FAF;
}
.AnyTagClassName
{
color: #EC4FAF;
}
</style>
background-color css
<style>
a { background-color: #EC4FAF; }
a { background-color: rgb(236,79,175); }
div.DivClassName
{
background-color: #EC4FAF;
}
.BgClassName
{
background-color: #EC4FAF;
}
</style>
border-color css
<style>
span { border-color: #EC4FAF; }
span { border-color: rgb(236,79,175); }
td.TdClassName
{
border-color: #EC4FAF;
}
.TagClassName
{
border-color: #EC4FAF;
}
</style>