Shades of Brilliant Rose #EE54B3
Tints of Brilliant Rose #EE54B3
RGB
CMYK
RGB Variations
Color information
#EE54B3 (or 0xEE54B3) is known color: Brilliant Rose. HEX triplet: EE, 54 and B3. RGB value is (238,84,179). Sum of RGB (Red+Green+Blue) = 238+84+179=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE54B3 is #11AB4C. Grayscale: #8C8C8C. Windows color (decimal): -1157965 or 11752686. OLE color: 11752686.
HSL color Cylindrical-coordinate representation of color #EE54B3: hue angle of 322.99º 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 #EE54B3 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 179 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.07 |
| HSL | 322.99º | 0.82% | 0.63% | - |
| HSV(B) | 322.99º | 0.65% | 0.93% | - |
| XYZ | 46.57 | 27.77 | 45.55 | - |
| YUV | 140.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 179 | 0 | 0.65 | 0.25 | 0.07 | 322.99 | 0.82 | 0.63 |
| Hex | EE | 54 | B3 | 0 | 41 | 19 | 7 | 143 | 52 | 3F |
| Octal | 356 | 124 | 263 | 0 | 101 | 31 | 7 | 503 | 122 | 77 |
| Binary | 11101110 | 1010100 | 10110011 | 0 | 1000001 | 11001 | 111 | 101000011 | 1010010 | 111111 |
Color Harmonies of #EE54B3
Complementary color
Monochromatic Colors of #EE54B3
Black with #EE54B3
Text Example
Text Example
White with #EE54B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54B3; }
p { color: rgb(238,84,179); }
H1.HeaderClassName
{
color: #EE54B3;
}
.AnyTagClassName
{
color: #EE54B3;
}
</style>
background-color css
<style>
a { background-color: #EE54B3; }
a { background-color: rgb(238,84,179); }
div.DivClassName
{
background-color: #EE54B3;
}
.BgClassName
{
background-color: #EE54B3;
}
</style>
border-color css
<style>
span { border-color: #EE54B3; }
span { border-color: rgb(238,84,179); }
td.TdClassName
{
border-color: #EE54B3;
}
.TagClassName
{
border-color: #EE54B3;
}
</style>