Shades of Brilliant Rose #EE649D
Tints of Brilliant Rose #EE649D
RGB
CMYK
RGB Variations
Color information
#EE649D (or 0xEE649D) is known color: Brilliant Rose. HEX triplet: EE, 64 and 9D. RGB value is (238,100,157). Sum of RGB (Red+Green+Blue) = 238+100+157=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE649D is #119B62. Grayscale: #939393. Windows color (decimal): -1153891 or 10314990. OLE color: 10314990.
HSL color Cylindrical-coordinate representation of color #EE649D: hue angle of 335.22º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE649D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 157 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 335.22º | 0.8% | 0.66% | - |
| HSV(B) | 335.22º | 0.58% | 0.93% | - |
| XYZ | 45.9 | 29.73 | 35.22 | - |
| YUV | 147.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 157 | 0 | 0.58 | 0.34 | 0.07 | 335.22 | 0.8 | 0.66 |
| Hex | EE | 64 | 9D | 0 | 3A | 22 | 7 | 14F | 50 | 42 |
| Octal | 356 | 144 | 235 | 0 | 72 | 42 | 7 | 517 | 120 | 102 |
| Binary | 11101110 | 1100100 | 10011101 | 0 | 111010 | 100010 | 111 | 101001111 | 1010000 | 1000010 |
Color Harmonies of #EE649D
Complementary color
Monochromatic Colors of #EE649D
Black with #EE649D
Text Example
Text Example
White with #EE649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE649D; }
p { color: rgb(238,100,157); }
H1.HeaderClassName
{
color: #EE649D;
}
.AnyTagClassName
{
color: #EE649D;
}
</style>
background-color css
<style>
a { background-color: #EE649D; }
a { background-color: rgb(238,100,157); }
div.DivClassName
{
background-color: #EE649D;
}
.BgClassName
{
background-color: #EE649D;
}
</style>
border-color css
<style>
span { border-color: #EE649D; }
span { border-color: rgb(238,100,157); }
td.TdClassName
{
border-color: #EE649D;
}
.TagClassName
{
border-color: #EE649D;
}
</style>