Shades of Brilliant Rose #EE629B
Tints of Brilliant Rose #EE629B
RGB
CMYK
RGB Variations
Color information
#EE629B (or 0xEE629B) is known color: Brilliant Rose. HEX triplet: EE, 62 and 9B. RGB value is (238,98,155). Sum of RGB (Red+Green+Blue) = 238+98+155=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE629B is #119D64. Grayscale: #929292. Windows color (decimal): -1154405 or 10183406. OLE color: 10183406.
HSL color Cylindrical-coordinate representation of color #EE629B: hue angle of 335.57º 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 #EE629B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 155 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.07 |
| HSL | 335.57º | 0.8% | 0.66% | - |
| HSV(B) | 335.57º | 0.59% | 0.93% | - |
| XYZ | 45.54 | 29.28 | 34.26 | - |
| YUV | 146.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 155 | 0 | 0.59 | 0.35 | 0.07 | 335.57 | 0.8 | 0.66 |
| Hex | EE | 62 | 9B | 0 | 3B | 23 | 7 | 150 | 50 | 42 |
| Octal | 356 | 142 | 233 | 0 | 73 | 43 | 7 | 520 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10011011 | 0 | 111011 | 100011 | 111 | 101010000 | 1010000 | 1000010 |
Color Harmonies of #EE629B
Complementary color
Monochromatic Colors of #EE629B
Black with #EE629B
Text Example
Text Example
White with #EE629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE629B; }
p { color: rgb(238,98,155); }
H1.HeaderClassName
{
color: #EE629B;
}
.AnyTagClassName
{
color: #EE629B;
}
</style>
background-color css
<style>
a { background-color: #EE629B; }
a { background-color: rgb(238,98,155); }
div.DivClassName
{
background-color: #EE629B;
}
.BgClassName
{
background-color: #EE629B;
}
</style>
border-color css
<style>
span { border-color: #EE629B; }
span { border-color: rgb(238,98,155); }
td.TdClassName
{
border-color: #EE629B;
}
.TagClassName
{
border-color: #EE629B;
}
</style>