Shades of Brilliant Rose #EE55B4
Tints of Brilliant Rose #EE55B4
RGB
CMYK
RGB Variations
Color information
#EE55B4 (or 0xEE55B4) is known color: Brilliant Rose. HEX triplet: EE, 55 and B4. RGB value is (238,85,180). Sum of RGB (Red+Green+Blue) = 238+85+180=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55B4 is #11AA4B. Grayscale: #8D8D8D. Windows color (decimal): -1157708 or 11818478. OLE color: 11818478.
HSL color Cylindrical-coordinate representation of color #EE55B4: hue angle of 322.75º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55B4 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 180 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.07 |
| HSL | 322.75º | 0.82% | 0.63% | - |
| HSV(B) | 322.75º | 0.64% | 0.93% | - |
| XYZ | 46.75 | 27.97 | 46.11 | - |
| YUV | 141.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 180 | 0 | 0.64 | 0.24 | 0.07 | 322.75 | 0.82 | 0.63 |
| Hex | EE | 55 | B4 | 0 | 40 | 18 | 7 | 143 | 52 | 3F |
| Octal | 356 | 125 | 264 | 0 | 100 | 30 | 7 | 503 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10110100 | 0 | 1000000 | 11000 | 111 | 101000011 | 1010010 | 111111 |
Color Harmonies of #EE55B4
Complementary color
Monochromatic Colors of #EE55B4
Black with #EE55B4
Text Example
Text Example
White with #EE55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55B4; }
p { color: rgb(238,85,180); }
H1.HeaderClassName
{
color: #EE55B4;
}
.AnyTagClassName
{
color: #EE55B4;
}
</style>
background-color css
<style>
a { background-color: #EE55B4; }
a { background-color: rgb(238,85,180); }
div.DivClassName
{
background-color: #EE55B4;
}
.BgClassName
{
background-color: #EE55B4;
}
</style>
border-color css
<style>
span { border-color: #EE55B4; }
span { border-color: rgb(238,85,180); }
td.TdClassName
{
border-color: #EE55B4;
}
.TagClassName
{
border-color: #EE55B4;
}
</style>