Shades of Brilliant Rose #EE529E
Tints of Brilliant Rose #EE529E
RGB
CMYK
RGB Variations
Color information
#EE529E (or 0xEE529E) is known color: Brilliant Rose. HEX triplet: EE, 52 and 9E. RGB value is (238,82,158). Sum of RGB (Red+Green+Blue) = 238+82+158=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE529E is #11AD61. Grayscale: #898989. Windows color (decimal): -1158498 or 10375918. OLE color: 10375918.
HSL color Cylindrical-coordinate representation of color #EE529E: hue angle of 330.77º 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 #EE529E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 158 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 330.77º | 0.82% | 0.63% | - |
| HSV(B) | 330.77º | 0.66% | 0.93% | - |
| XYZ | 44.45 | 26.68 | 35.15 | - |
| YUV | 137.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 158 | 0 | 0.66 | 0.34 | 0.07 | 330.77 | 0.82 | 0.63 |
| Hex | EE | 52 | 9E | 0 | 42 | 22 | 7 | 14B | 52 | 3F |
| Octal | 356 | 122 | 236 | 0 | 102 | 42 | 7 | 513 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10011110 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010010 | 111111 |
Color Harmonies of #EE529E
Complementary color
Monochromatic Colors of #EE529E
Black with #EE529E
Text Example
Text Example
White with #EE529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE529E; }
p { color: rgb(238,82,158); }
H1.HeaderClassName
{
color: #EE529E;
}
.AnyTagClassName
{
color: #EE529E;
}
</style>
background-color css
<style>
a { background-color: #EE529E; }
a { background-color: rgb(238,82,158); }
div.DivClassName
{
background-color: #EE529E;
}
.BgClassName
{
background-color: #EE529E;
}
</style>
border-color css
<style>
span { border-color: #EE529E; }
span { border-color: rgb(238,82,158); }
td.TdClassName
{
border-color: #EE529E;
}
.TagClassName
{
border-color: #EE529E;
}
</style>