Shades of Brilliant Rose #EE48AD
Tints of Brilliant Rose #EE48AD
RGB
CMYK
RGB Variations
Color information
#EE48AD (or 0xEE48AD) is known color: Brilliant Rose. HEX triplet: EE, 48 and AD. RGB value is (238,72,173). Sum of RGB (Red+Green+Blue) = 238+72+173=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE48AD is #11B752. Grayscale: #848484. Windows color (decimal): -1161043 or 11356398. OLE color: 11356398.
HSL color Cylindrical-coordinate representation of color #EE48AD: hue angle of 323.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE48AD is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 173 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.07 |
| HSL | 323.49º | 0.83% | 0.61% | - |
| HSV(B) | 323.49º | 0.7% | 0.93% | - |
| XYZ | 45.12 | 25.83 | 42.14 | - |
| YUV | 133.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 173 | 0 | 0.70 | 0.27 | 0.07 | 323.49 | 0.83 | 0.61 |
| Hex | EE | 48 | AD | 0 | 46 | 1B | 7 | 143 | 53 | 3D |
| Octal | 356 | 110 | 255 | 0 | 106 | 33 | 7 | 503 | 123 | 75 |
| Binary | 11101110 | 1001000 | 10101101 | 0 | 1000110 | 11011 | 111 | 101000011 | 1010011 | 111101 |
Color Harmonies of #EE48AD
Complementary color
Monochromatic Colors of #EE48AD
Black with #EE48AD
Text Example
Text Example
White with #EE48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE48AD; }
p { color: rgb(238,72,173); }
H1.HeaderClassName
{
color: #EE48AD;
}
.AnyTagClassName
{
color: #EE48AD;
}
</style>
background-color css
<style>
a { background-color: #EE48AD; }
a { background-color: rgb(238,72,173); }
div.DivClassName
{
background-color: #EE48AD;
}
.BgClassName
{
background-color: #EE48AD;
}
</style>
border-color css
<style>
span { border-color: #EE48AD; }
span { border-color: rgb(238,72,173); }
td.TdClassName
{
border-color: #EE48AD;
}
.TagClassName
{
border-color: #EE48AD;
}
</style>