Shades of Brilliant Rose #EE43AA
Tints of Brilliant Rose #EE43AA
RGB
CMYK
RGB Variations
Color information
#EE43AA (or 0xEE43AA) is known color: Brilliant Rose. HEX triplet: EE, 43 and AA. RGB value is (238,67,170). Sum of RGB (Red+Green+Blue) = 238+67+170=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE43AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE43AA is #11BC55. Grayscale: #818181. Windows color (decimal): -1162326 or 11158510. OLE color: 11158510.
HSL color Cylindrical-coordinate representation of color #EE43AA: hue angle of 323.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE43AA is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 170 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.07 |
| HSL | 323.86º | 0.83% | 0.6% | - |
| HSV(B) | 323.86º | 0.72% | 0.93% | - |
| XYZ | 44.52 | 25.09 | 40.53 | - |
| YUV | 129.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 170 | 0 | 0.72 | 0.29 | 0.07 | 323.86 | 0.83 | 0.6 |
| Hex | EE | 43 | AA | 0 | 48 | 1D | 7 | 144 | 53 | 3C |
| Octal | 356 | 103 | 252 | 0 | 110 | 35 | 7 | 504 | 123 | 74 |
| Binary | 11101110 | 1000011 | 10101010 | 0 | 1001000 | 11101 | 111 | 101000100 | 1010011 | 111100 |
Color Harmonies of #EE43AA
Complementary color
Monochromatic Colors of #EE43AA
Black with #EE43AA
Text Example
Text Example
White with #EE43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE43AA; }
p { color: rgb(238,67,170); }
H1.HeaderClassName
{
color: #EE43AA;
}
.AnyTagClassName
{
color: #EE43AA;
}
</style>
background-color css
<style>
a { background-color: #EE43AA; }
a { background-color: rgb(238,67,170); }
div.DivClassName
{
background-color: #EE43AA;
}
.BgClassName
{
background-color: #EE43AA;
}
</style>
border-color css
<style>
span { border-color: #EE43AA; }
span { border-color: rgb(238,67,170); }
td.TdClassName
{
border-color: #EE43AA;
}
.TagClassName
{
border-color: #EE43AA;
}
</style>