Shades of Brilliant Rose #EC569A
Tints of Brilliant Rose #EC569A
RGB
CMYK
RGB Variations
Color information
#EC569A (or 0xEC569A) is known color: Brilliant Rose. HEX triplet: EC, 56 and 9A. RGB value is (236,86,154). Sum of RGB (Red+Green+Blue) = 236+86+154=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC569A is #13A965. Grayscale: #8A8A8A. Windows color (decimal): -1288550 or 10114796. OLE color: 10114796.
HSL color Cylindrical-coordinate representation of color #EC569A: hue angle of 332.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC569A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 154 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 332.8º | 0.8% | 0.63% | - |
| HSV(B) | 332.8º | 0.64% | 0.93% | - |
| XYZ | 43.75 | 26.82 | 33.44 | - |
| YUV | 138.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 154 | 0 | 0.64 | 0.35 | 0.07 | 332.8 | 0.8 | 0.63 |
| Hex | EC | 56 | 9A | 0 | 40 | 23 | 7 | 14D | 50 | 3F |
| Octal | 354 | 126 | 232 | 0 | 100 | 43 | 7 | 515 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10011010 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010000 | 111111 |
Color Harmonies of #EC569A
Complementary color
Monochromatic Colors of #EC569A
Black with #EC569A
Text Example
Text Example
White with #EC569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC569A; }
p { color: rgb(236,86,154); }
H1.HeaderClassName
{
color: #EC569A;
}
.AnyTagClassName
{
color: #EC569A;
}
</style>
background-color css
<style>
a { background-color: #EC569A; }
a { background-color: rgb(236,86,154); }
div.DivClassName
{
background-color: #EC569A;
}
.BgClassName
{
background-color: #EC569A;
}
</style>
border-color css
<style>
span { border-color: #EC569A; }
span { border-color: rgb(236,86,154); }
td.TdClassName
{
border-color: #EC569A;
}
.TagClassName
{
border-color: #EC569A;
}
</style>