Shades of Brilliant Rose #EE629A
Tints of Brilliant Rose #EE629A
RGB
CMYK
RGB Variations
Color information
#EE629A (or 0xEE629A) is known color: Brilliant Rose. HEX triplet: EE, 62 and 9A. RGB value is (238,98,154). Sum of RGB (Red+Green+Blue) = 238+98+154=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE629A is #119D65. Grayscale: #929292. Windows color (decimal): -1154406 or 10117870. OLE color: 10117870.
HSL color Cylindrical-coordinate representation of color #EE629A: hue angle of 336º 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 #EE629A is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 154 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.07 |
| HSL | 336º | 0.8% | 0.66% | - |
| HSV(B) | 336º | 0.59% | 0.93% | - |
| XYZ | 45.46 | 29.25 | 33.82 | - |
| YUV | 146.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 154 | 0 | 0.59 | 0.35 | 0.07 | 336 | 0.8 | 0.66 |
| Hex | EE | 62 | 9A | 0 | 3B | 23 | 7 | 150 | 50 | 42 |
| Octal | 356 | 142 | 232 | 0 | 73 | 43 | 7 | 520 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10011010 | 0 | 111011 | 100011 | 111 | 101010000 | 1010000 | 1000010 |
Color Harmonies of #EE629A
Complementary color
Monochromatic Colors of #EE629A
Black with #EE629A
Text Example
Text Example
White with #EE629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE629A; }
p { color: rgb(238,98,154); }
H1.HeaderClassName
{
color: #EE629A;
}
.AnyTagClassName
{
color: #EE629A;
}
</style>
background-color css
<style>
a { background-color: #EE629A; }
a { background-color: rgb(238,98,154); }
div.DivClassName
{
background-color: #EE629A;
}
.BgClassName
{
background-color: #EE629A;
}
</style>
border-color css
<style>
span { border-color: #EE629A; }
span { border-color: rgb(238,98,154); }
td.TdClassName
{
border-color: #EE629A;
}
.TagClassName
{
border-color: #EE629A;
}
</style>