Shades of Brilliant Rose #EE53A5
Tints of Brilliant Rose #EE53A5
RGB
CMYK
RGB Variations
Color information
#EE53A5 (or 0xEE53A5) is known color: Brilliant Rose. HEX triplet: EE, 53 and A5. RGB value is (238,83,165). Sum of RGB (Red+Green+Blue) = 238+83+165=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE53A5 is #11AC5A. Grayscale: #8A8A8A. Windows color (decimal): -1158235 or 10834926. OLE color: 10834926.
HSL color Cylindrical-coordinate representation of color #EE53A5: hue angle of 328.26º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE53A5 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 165 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.07 |
| HSL | 328.26º | 0.82% | 0.63% | - |
| HSV(B) | 328.26º | 0.65% | 0.93% | - |
| XYZ | 45.14 | 27.08 | 38.44 | - |
| YUV | 138.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 165 | 0 | 0.65 | 0.31 | 0.07 | 328.26 | 0.82 | 0.63 |
| Hex | EE | 53 | A5 | 0 | 41 | 1F | 7 | 148 | 52 | 3F |
| Octal | 356 | 123 | 245 | 0 | 101 | 37 | 7 | 510 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10100101 | 0 | 1000001 | 11111 | 111 | 101001000 | 1010010 | 111111 |
Color Harmonies of #EE53A5
Complementary color
Monochromatic Colors of #EE53A5
Black with #EE53A5
Text Example
Text Example
White with #EE53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE53A5; }
p { color: rgb(238,83,165); }
H1.HeaderClassName
{
color: #EE53A5;
}
.AnyTagClassName
{
color: #EE53A5;
}
</style>
background-color css
<style>
a { background-color: #EE53A5; }
a { background-color: rgb(238,83,165); }
div.DivClassName
{
background-color: #EE53A5;
}
.BgClassName
{
background-color: #EE53A5;
}
</style>
border-color css
<style>
span { border-color: #EE53A5; }
span { border-color: rgb(238,83,165); }
td.TdClassName
{
border-color: #EE53A5;
}
.TagClassName
{
border-color: #EE53A5;
}
</style>