Shades of Brilliant Rose #EE51A5
Tints of Brilliant Rose #EE51A5
RGB
CMYK
RGB Variations
Color information
#EE51A5 (or 0xEE51A5) is known color: Brilliant Rose. HEX triplet: EE, 51 and A5. RGB value is (238,81,165). Sum of RGB (Red+Green+Blue) = 238+81+165=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE51A5 is #11AE5A. Grayscale: #898989. Windows color (decimal): -1158747 or 10834414. OLE color: 10834414.
HSL color Cylindrical-coordinate representation of color #EE51A5: hue angle of 327.9º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE51A5 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 165 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.07 |
| HSL | 327.9º | 0.82% | 0.63% | - |
| HSV(B) | 327.9º | 0.66% | 0.93% | - |
| XYZ | 44.99 | 26.78 | 38.39 | - |
| YUV | 137.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 165 | 0 | 0.66 | 0.31 | 0.07 | 327.9 | 0.82 | 0.63 |
| Hex | EE | 51 | A5 | 0 | 42 | 1F | 7 | 148 | 52 | 3F |
| Octal | 356 | 121 | 245 | 0 | 102 | 37 | 7 | 510 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10100101 | 0 | 1000010 | 11111 | 111 | 101001000 | 1010010 | 111111 |
Color Harmonies of #EE51A5
Complementary color
Monochromatic Colors of #EE51A5
Black with #EE51A5
Text Example
Text Example
White with #EE51A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51A5; }
p { color: rgb(238,81,165); }
H1.HeaderClassName
{
color: #EE51A5;
}
.AnyTagClassName
{
color: #EE51A5;
}
</style>
background-color css
<style>
a { background-color: #EE51A5; }
a { background-color: rgb(238,81,165); }
div.DivClassName
{
background-color: #EE51A5;
}
.BgClassName
{
background-color: #EE51A5;
}
</style>
border-color css
<style>
span { border-color: #EE51A5; }
span { border-color: rgb(238,81,165); }
td.TdClassName
{
border-color: #EE51A5;
}
.TagClassName
{
border-color: #EE51A5;
}
</style>