Shades of Brilliant Rose #EE55AF
Tints of Brilliant Rose #EE55AF
RGB
CMYK
RGB Variations
Color information
#EE55AF (or 0xEE55AF) is known color: Brilliant Rose. HEX triplet: EE, 55 and AF. RGB value is (238,85,175). Sum of RGB (Red+Green+Blue) = 238+85+175=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE55AF is #11AA50. Grayscale: #8C8C8C. Windows color (decimal): -1157713 or 11490798. OLE color: 11490798.
HSL color Cylindrical-coordinate representation of color #EE55AF: hue angle of 324.71º degrees, saturation: 0.82, 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 #EE55AF is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 175 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.07 |
| HSL | 324.71º | 0.82% | 0.63% | - |
| HSV(B) | 324.71º | 0.64% | 0.93% | - |
| XYZ | 46.25 | 27.77 | 43.48 | - |
| YUV | 141.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 175 | 0 | 0.64 | 0.26 | 0.07 | 324.71 | 0.82 | 0.63 |
| Hex | EE | 55 | AF | 0 | 40 | 1A | 7 | 145 | 52 | 3F |
| Octal | 356 | 125 | 257 | 0 | 100 | 32 | 7 | 505 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10101111 | 0 | 1000000 | 11010 | 111 | 101000101 | 1010010 | 111111 |
Color Harmonies of #EE55AF
Complementary color
Monochromatic Colors of #EE55AF
Black with #EE55AF
Text Example
Text Example
White with #EE55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55AF; }
p { color: rgb(238,85,175); }
H1.HeaderClassName
{
color: #EE55AF;
}
.AnyTagClassName
{
color: #EE55AF;
}
</style>
background-color css
<style>
a { background-color: #EE55AF; }
a { background-color: rgb(238,85,175); }
div.DivClassName
{
background-color: #EE55AF;
}
.BgClassName
{
background-color: #EE55AF;
}
</style>
border-color css
<style>
span { border-color: #EE55AF; }
span { border-color: rgb(238,85,175); }
td.TdClassName
{
border-color: #EE55AF;
}
.TagClassName
{
border-color: #EE55AF;
}
</style>