Shades of Brilliant Rose #EE56B3
Tints of Brilliant Rose #EE56B3
RGB
CMYK
RGB Variations
Color information
#EE56B3 (or 0xEE56B3) is known color: Brilliant Rose. HEX triplet: EE, 56 and B3. RGB value is (238,86,179). Sum of RGB (Red+Green+Blue) = 238+86+179=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56B3 is #11A94C. Grayscale: #8D8D8D. Windows color (decimal): -1157453 or 11753198. OLE color: 11753198.
HSL color Cylindrical-coordinate representation of color #EE56B3: hue angle of 323.29º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE56B3 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 179 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.07 |
| HSL | 323.29º | 0.82% | 0.64% | - |
| HSV(B) | 323.29º | 0.64% | 0.93% | - |
| XYZ | 46.72 | 28.09 | 45.61 | - |
| YUV | 142.05 | 148.86 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 179 | 0 | 0.64 | 0.25 | 0.07 | 323.29 | 0.82 | 0.64 |
| Hex | EE | 56 | B3 | 0 | 40 | 19 | 7 | 143 | 52 | 40 |
| Octal | 356 | 126 | 263 | 0 | 100 | 31 | 7 | 503 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10110011 | 0 | 1000000 | 11001 | 111 | 101000011 | 1010010 | 1000000 |
Color Harmonies of #EE56B3
Complementary color
Monochromatic Colors of #EE56B3
Black with #EE56B3
Text Example
Text Example
White with #EE56B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56B3; }
p { color: rgb(238,86,179); }
H1.HeaderClassName
{
color: #EE56B3;
}
.AnyTagClassName
{
color: #EE56B3;
}
</style>
background-color css
<style>
a { background-color: #EE56B3; }
a { background-color: rgb(238,86,179); }
div.DivClassName
{
background-color: #EE56B3;
}
.BgClassName
{
background-color: #EE56B3;
}
</style>
border-color css
<style>
span { border-color: #EE56B3; }
span { border-color: rgb(238,86,179); }
td.TdClassName
{
border-color: #EE56B3;
}
.TagClassName
{
border-color: #EE56B3;
}
</style>