Shades of Brilliant Rose #EE48A6
Tints of Brilliant Rose #EE48A6
RGB
CMYK
RGB Variations
Color information
#EE48A6 (or 0xEE48A6) is known color: Brilliant Rose. HEX triplet: EE, 48 and A6. RGB value is (238,72,166). Sum of RGB (Red+Green+Blue) = 238+72+166=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE48A6 is #11B759. Grayscale: #848484. Windows color (decimal): -1161050 or 10897646. OLE color: 10897646.
HSL color Cylindrical-coordinate representation of color #EE48A6: hue angle of 326.02º 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 #EE48A6 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 166 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.07 |
| HSL | 326.02º | 0.83% | 0.61% | - |
| HSV(B) | 326.02º | 0.7% | 0.93% | - |
| XYZ | 44.46 | 25.57 | 38.67 | - |
| YUV | 132.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 166 | 0 | 0.70 | 0.30 | 0.07 | 326.02 | 0.83 | 0.61 |
| Hex | EE | 48 | A6 | 0 | 46 | 1E | 7 | 146 | 53 | 3D |
| Octal | 356 | 110 | 246 | 0 | 106 | 36 | 7 | 506 | 123 | 75 |
| Binary | 11101110 | 1001000 | 10100110 | 0 | 1000110 | 11110 | 111 | 101000110 | 1010011 | 111101 |
Color Harmonies of #EE48A6
Complementary color
Monochromatic Colors of #EE48A6
Black with #EE48A6
Text Example
Text Example
White with #EE48A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE48A6; }
p { color: rgb(238,72,166); }
H1.HeaderClassName
{
color: #EE48A6;
}
.AnyTagClassName
{
color: #EE48A6;
}
</style>
background-color css
<style>
a { background-color: #EE48A6; }
a { background-color: rgb(238,72,166); }
div.DivClassName
{
background-color: #EE48A6;
}
.BgClassName
{
background-color: #EE48A6;
}
</style>
border-color css
<style>
span { border-color: #EE48A6; }
span { border-color: rgb(238,72,166); }
td.TdClassName
{
border-color: #EE48A6;
}
.TagClassName
{
border-color: #EE48A6;
}
</style>