Shades of Brilliant Rose #EE669E
Tints of Brilliant Rose #EE669E
RGB
CMYK
RGB Variations
Color information
#EE669E (or 0xEE669E) is known color: Brilliant Rose. HEX triplet: EE, 66 and 9E. RGB value is (238,102,158). Sum of RGB (Red+Green+Blue) = 238+102+158=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE669E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE669E is #119961. Grayscale: #949494. Windows color (decimal): -1153378 or 10381038. OLE color: 10381038.
HSL color Cylindrical-coordinate representation of color #EE669E: hue angle of 335.29º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE669E is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 158 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.07 |
| HSL | 335.29º | 0.8% | 0.67% | - |
| HSV(B) | 335.29º | 0.57% | 0.93% | - |
| XYZ | 46.18 | 30.15 | 35.73 | - |
| YUV | 149.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 158 | 0 | 0.57 | 0.34 | 0.07 | 335.29 | 0.8 | 0.67 |
| Hex | EE | 66 | 9E | 0 | 39 | 22 | 7 | 14F | 50 | 43 |
| Octal | 356 | 146 | 236 | 0 | 71 | 42 | 7 | 517 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10011110 | 0 | 111001 | 100010 | 111 | 101001111 | 1010000 | 1000011 |
Color Harmonies of #EE669E
Complementary color
Monochromatic Colors of #EE669E
Black with #EE669E
Text Example
Text Example
White with #EE669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE669E; }
p { color: rgb(238,102,158); }
H1.HeaderClassName
{
color: #EE669E;
}
.AnyTagClassName
{
color: #EE669E;
}
</style>
background-color css
<style>
a { background-color: #EE669E; }
a { background-color: rgb(238,102,158); }
div.DivClassName
{
background-color: #EE669E;
}
.BgClassName
{
background-color: #EE669E;
}
</style>
border-color css
<style>
span { border-color: #EE669E; }
span { border-color: rgb(238,102,158); }
td.TdClassName
{
border-color: #EE669E;
}
.TagClassName
{
border-color: #EE669E;
}
</style>