Shades of Brilliant Rose #EE56B2
Tints of Brilliant Rose #EE56B2
RGB
CMYK
RGB Variations
Color information
#EE56B2 (or 0xEE56B2) is known color: Brilliant Rose. HEX triplet: EE, 56 and B2. RGB value is (238,86,178). Sum of RGB (Red+Green+Blue) = 238+86+178=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE56B2 is #11A94D. Grayscale: #8D8D8D. Windows color (decimal): -1157454 or 11687662. OLE color: 11687662.
HSL color Cylindrical-coordinate representation of color #EE56B2: hue angle of 323.68º 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 #EE56B2 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 178 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.07 |
| HSL | 323.68º | 0.82% | 0.64% | - |
| HSV(B) | 323.68º | 0.64% | 0.93% | - |
| XYZ | 46.62 | 28.05 | 45.08 | - |
| YUV | 141.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 178 | 0 | 0.64 | 0.25 | 0.07 | 323.68 | 0.82 | 0.64 |
| Hex | EE | 56 | B2 | 0 | 40 | 19 | 7 | 144 | 52 | 40 |
| Octal | 356 | 126 | 262 | 0 | 100 | 31 | 7 | 504 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10110010 | 0 | 1000000 | 11001 | 111 | 101000100 | 1010010 | 1000000 |
Color Harmonies of #EE56B2
Complementary color
Monochromatic Colors of #EE56B2
Black with #EE56B2
Text Example
Text Example
White with #EE56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56B2; }
p { color: rgb(238,86,178); }
H1.HeaderClassName
{
color: #EE56B2;
}
.AnyTagClassName
{
color: #EE56B2;
}
</style>
background-color css
<style>
a { background-color: #EE56B2; }
a { background-color: rgb(238,86,178); }
div.DivClassName
{
background-color: #EE56B2;
}
.BgClassName
{
background-color: #EE56B2;
}
</style>
border-color css
<style>
span { border-color: #EE56B2; }
span { border-color: rgb(238,86,178); }
td.TdClassName
{
border-color: #EE56B2;
}
.TagClassName
{
border-color: #EE56B2;
}
</style>