Shades of Brilliant Rose #EE569F
Tints of Brilliant Rose #EE569F
RGB
CMYK
RGB Variations
Color information
#EE569F (or 0xEE569F) is known color: Brilliant Rose. HEX triplet: EE, 56 and 9F. RGB value is (238,86,159). Sum of RGB (Red+Green+Blue) = 238+86+159=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE569F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE569F is #11A960. Grayscale: #8B8B8B. Windows color (decimal): -1157473 or 10442478. OLE color: 10442478.
HSL color Cylindrical-coordinate representation of color #EE569F: hue angle of 331.18º 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 #EE569F is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 159 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.07 |
| HSL | 331.18º | 0.82% | 0.64% | - |
| HSV(B) | 331.18º | 0.64% | 0.93% | - |
| XYZ | 44.85 | 27.34 | 35.71 | - |
| YUV | 139.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 159 | 0 | 0.64 | 0.33 | 0.07 | 331.18 | 0.82 | 0.64 |
| Hex | EE | 56 | 9F | 0 | 40 | 21 | 7 | 14B | 52 | 40 |
| Octal | 356 | 126 | 237 | 0 | 100 | 41 | 7 | 513 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10011111 | 0 | 1000000 | 100001 | 111 | 101001011 | 1010010 | 1000000 |
Color Harmonies of #EE569F
Complementary color
Monochromatic Colors of #EE569F
Black with #EE569F
Text Example
Text Example
White with #EE569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE569F; }
p { color: rgb(238,86,159); }
H1.HeaderClassName
{
color: #EE569F;
}
.AnyTagClassName
{
color: #EE569F;
}
</style>
background-color css
<style>
a { background-color: #EE569F; }
a { background-color: rgb(238,86,159); }
div.DivClassName
{
background-color: #EE569F;
}
.BgClassName
{
background-color: #EE569F;
}
</style>
border-color css
<style>
span { border-color: #EE569F; }
span { border-color: rgb(238,86,159); }
td.TdClassName
{
border-color: #EE569F;
}
.TagClassName
{
border-color: #EE569F;
}
</style>