Shades of Brilliant Rose #EE57AA
Tints of Brilliant Rose #EE57AA
RGB
CMYK
RGB Variations
Color information
#EE57AA (or 0xEE57AA) is known color: Brilliant Rose. HEX triplet: EE, 57 and AA. RGB value is (238,87,170). Sum of RGB (Red+Green+Blue) = 238+87+170=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE57AA is #11A855. Grayscale: #8D8D8D. Windows color (decimal): -1157206 or 11163630. OLE color: 11163630.
HSL color Cylindrical-coordinate representation of color #EE57AA: hue angle of 327.02º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE57AA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 170 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.07 |
| HSL | 327.02º | 0.82% | 0.64% | - |
| HSV(B) | 327.02º | 0.63% | 0.93% | - |
| XYZ | 45.92 | 27.9 | 40.99 | - |
| YUV | 141.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 170 | 0 | 0.63 | 0.29 | 0.07 | 327.02 | 0.82 | 0.64 |
| Hex | EE | 57 | AA | 0 | 3F | 1D | 7 | 147 | 52 | 40 |
| Octal | 356 | 127 | 252 | 0 | 77 | 35 | 7 | 507 | 122 | 100 |
| Binary | 11101110 | 1010111 | 10101010 | 0 | 111111 | 11101 | 111 | 101000111 | 1010010 | 1000000 |
Color Harmonies of #EE57AA
Complementary color
Monochromatic Colors of #EE57AA
Black with #EE57AA
Text Example
Text Example
White with #EE57AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57AA; }
p { color: rgb(238,87,170); }
H1.HeaderClassName
{
color: #EE57AA;
}
.AnyTagClassName
{
color: #EE57AA;
}
</style>
background-color css
<style>
a { background-color: #EE57AA; }
a { background-color: rgb(238,87,170); }
div.DivClassName
{
background-color: #EE57AA;
}
.BgClassName
{
background-color: #EE57AA;
}
</style>
border-color css
<style>
span { border-color: #EE57AA; }
span { border-color: rgb(238,87,170); }
td.TdClassName
{
border-color: #EE57AA;
}
.TagClassName
{
border-color: #EE57AA;
}
</style>