Shades of Brilliant Rose #EE629C
Tints of Brilliant Rose #EE629C
RGB
CMYK
RGB Variations
Color information
#EE629C (or 0xEE629C) is known color: Brilliant Rose. HEX triplet: EE, 62 and 9C. RGB value is (238,98,156). Sum of RGB (Red+Green+Blue) = 238+98+156=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE629C is #119D63. Grayscale: #929292. Windows color (decimal): -1154404 or 10248942. OLE color: 10248942.
HSL color Cylindrical-coordinate representation of color #EE629C: hue angle of 335.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE629C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 156 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.07 |
| HSL | 335.14º | 0.8% | 0.66% | - |
| HSV(B) | 335.14º | 0.59% | 0.93% | - |
| XYZ | 45.63 | 29.31 | 34.71 | - |
| YUV | 146.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 156 | 0 | 0.59 | 0.34 | 0.07 | 335.14 | 0.8 | 0.66 |
| Hex | EE | 62 | 9C | 0 | 3B | 22 | 7 | 14F | 50 | 42 |
| Octal | 356 | 142 | 234 | 0 | 73 | 42 | 7 | 517 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10011100 | 0 | 111011 | 100010 | 111 | 101001111 | 1010000 | 1000010 |
Color Harmonies of #EE629C
Complementary color
Monochromatic Colors of #EE629C
Black with #EE629C
Text Example
Text Example
White with #EE629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE629C; }
p { color: rgb(238,98,156); }
H1.HeaderClassName
{
color: #EE629C;
}
.AnyTagClassName
{
color: #EE629C;
}
</style>
background-color css
<style>
a { background-color: #EE629C; }
a { background-color: rgb(238,98,156); }
div.DivClassName
{
background-color: #EE629C;
}
.BgClassName
{
background-color: #EE629C;
}
</style>
border-color css
<style>
span { border-color: #EE629C; }
span { border-color: rgb(238,98,156); }
td.TdClassName
{
border-color: #EE629C;
}
.TagClassName
{
border-color: #EE629C;
}
</style>