Shades of Brilliant Rose #EE459E
Tints of Brilliant Rose #EE459E
RGB
CMYK
RGB Variations
Color information
#EE459E (or 0xEE459E) is known color: Brilliant Rose. HEX triplet: EE, 45 and 9E. RGB value is (238,69,158). Sum of RGB (Red+Green+Blue) = 238+69+158=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE459E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE459E is #11BA61. Grayscale: #818181. Windows color (decimal): -1161826 or 10372590. OLE color: 10372590.
HSL color Cylindrical-coordinate representation of color #EE459E: hue angle of 328.4º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE459E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 158 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.07 |
| HSL | 328.4º | 0.83% | 0.6% | - |
| HSV(B) | 328.4º | 0.71% | 0.93% | - |
| XYZ | 43.56 | 24.9 | 34.86 | - |
| YUV | 129.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 158 | 0 | 0.71 | 0.34 | 0.07 | 328.4 | 0.83 | 0.6 |
| Hex | EE | 45 | 9E | 0 | 47 | 22 | 7 | 148 | 53 | 3C |
| Octal | 356 | 105 | 236 | 0 | 107 | 42 | 7 | 510 | 123 | 74 |
| Binary | 11101110 | 1000101 | 10011110 | 0 | 1000111 | 100010 | 111 | 101001000 | 1010011 | 111100 |
Color Harmonies of #EE459E
Complementary color
Monochromatic Colors of #EE459E
Black with #EE459E
Text Example
Text Example
White with #EE459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE459E; }
p { color: rgb(238,69,158); }
H1.HeaderClassName
{
color: #EE459E;
}
.AnyTagClassName
{
color: #EE459E;
}
</style>
background-color css
<style>
a { background-color: #EE459E; }
a { background-color: rgb(238,69,158); }
div.DivClassName
{
background-color: #EE459E;
}
.BgClassName
{
background-color: #EE459E;
}
</style>
border-color css
<style>
span { border-color: #EE459E; }
span { border-color: rgb(238,69,158); }
td.TdClassName
{
border-color: #EE459E;
}
.TagClassName
{
border-color: #EE459E;
}
</style>