Shades of Brilliant Rose #EE41B2
Tints of Brilliant Rose #EE41B2
RGB
CMYK
RGB Variations
Color information
#EE41B2 (or 0xEE41B2) is known color: Brilliant Rose. HEX triplet: EE, 41 and B2. RGB value is (238,65,178). Sum of RGB (Red+Green+Blue) = 238+65+178=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41B2 is #11BE4D. Grayscale: #818181. Windows color (decimal): -1162830 or 11682286. OLE color: 11682286.
HSL color Cylindrical-coordinate representation of color #EE41B2: hue angle of 320.81º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41B2 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 178 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.07 |
| HSL | 320.81º | 0.84% | 0.59% | - |
| HSV(B) | 320.81º | 0.73% | 0.93% | - |
| XYZ | 45.19 | 25.17 | 44.6 | - |
| YUV | 129.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 178 | 0 | 0.73 | 0.25 | 0.07 | 320.81 | 0.84 | 0.59 |
| Hex | EE | 41 | B2 | 0 | 49 | 19 | 7 | 141 | 54 | 3B |
| Octal | 356 | 101 | 262 | 0 | 111 | 31 | 7 | 501 | 124 | 73 |
| Binary | 11101110 | 1000001 | 10110010 | 0 | 1001001 | 11001 | 111 | 101000001 | 1010100 | 111011 |
Color Harmonies of #EE41B2
Complementary color
Monochromatic Colors of #EE41B2
Black with #EE41B2
Text Example
Text Example
White with #EE41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41B2; }
p { color: rgb(238,65,178); }
H1.HeaderClassName
{
color: #EE41B2;
}
.AnyTagClassName
{
color: #EE41B2;
}
</style>
background-color css
<style>
a { background-color: #EE41B2; }
a { background-color: rgb(238,65,178); }
div.DivClassName
{
background-color: #EE41B2;
}
.BgClassName
{
background-color: #EE41B2;
}
</style>
border-color css
<style>
span { border-color: #EE41B2; }
span { border-color: rgb(238,65,178); }
td.TdClassName
{
border-color: #EE41B2;
}
.TagClassName
{
border-color: #EE41B2;
}
</style>