Shades of Brilliant Rose #EE569A
Tints of Brilliant Rose #EE569A
RGB
CMYK
RGB Variations
Color information
#EE569A (or 0xEE569A) is known color: Brilliant Rose. HEX triplet: EE, 56 and 9A. RGB value is (238,86,154). Sum of RGB (Red+Green+Blue) = 238+86+154=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE569A is #11A965. Grayscale: #8B8B8B. Windows color (decimal): -1157478 or 10114798. OLE color: 10114798.
HSL color Cylindrical-coordinate representation of color #EE569A: hue angle of 333.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE569A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 154 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 333.16º | 0.82% | 0.64% | - |
| HSV(B) | 333.16º | 0.64% | 0.93% | - |
| XYZ | 44.42 | 27.17 | 33.47 | - |
| YUV | 139.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 154 | 0 | 0.64 | 0.35 | 0.07 | 333.16 | 0.82 | 0.64 |
| Hex | EE | 56 | 9A | 0 | 40 | 23 | 7 | 14D | 52 | 40 |
| Octal | 356 | 126 | 232 | 0 | 100 | 43 | 7 | 515 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10011010 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010010 | 1000000 |
Color Harmonies of #EE569A
Complementary color
Monochromatic Colors of #EE569A
Black with #EE569A
Text Example
Text Example
White with #EE569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE569A; }
p { color: rgb(238,86,154); }
H1.HeaderClassName
{
color: #EE569A;
}
.AnyTagClassName
{
color: #EE569A;
}
</style>
background-color css
<style>
a { background-color: #EE569A; }
a { background-color: rgb(238,86,154); }
div.DivClassName
{
background-color: #EE569A;
}
.BgClassName
{
background-color: #EE569A;
}
</style>
border-color css
<style>
span { border-color: #EE569A; }
span { border-color: rgb(238,86,154); }
td.TdClassName
{
border-color: #EE569A;
}
.TagClassName
{
border-color: #EE569A;
}
</style>