Shades of Razzle Dazzle Rose #EE41C1
Tints of Razzle Dazzle Rose #EE41C1
RGB
CMYK
RGB Variations
Color information
#EE41C1 (or 0xEE41C1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 41 and C1. RGB value is (238,65,193). Sum of RGB (Red+Green+Blue) = 238+65+193=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE41C1 is #11BE3E. Grayscale: #828282. Windows color (decimal): -1162815 or 12665326. OLE color: 12665326.
HSL color Cylindrical-coordinate representation of color #EE41C1: hue angle of 315.61º 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 #EE41C1 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 193 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.07 |
| HSL | 315.61º | 0.84% | 0.59% | - |
| HSV(B) | 315.61º | 0.73% | 0.93% | - |
| XYZ | 46.78 | 25.81 | 52.97 | - |
| YUV | 131.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 193 | 0 | 0.73 | 0.19 | 0.07 | 315.61 | 0.84 | 0.59 |
| Hex | EE | 41 | C1 | 0 | 49 | 13 | 7 | 13C | 54 | 3B |
| Octal | 356 | 101 | 301 | 0 | 111 | 23 | 7 | 474 | 124 | 73 |
| Binary | 11101110 | 1000001 | 11000001 | 0 | 1001001 | 10011 | 111 | 100111100 | 1010100 | 111011 |
Color Harmonies of #EE41C1
Complementary color
Monochromatic Colors of #EE41C1
Black with #EE41C1
Text Example
Text Example
White with #EE41C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE41C1; }
p { color: rgb(238,65,193); }
H1.HeaderClassName
{
color: #EE41C1;
}
.AnyTagClassName
{
color: #EE41C1;
}
</style>
background-color css
<style>
a { background-color: #EE41C1; }
a { background-color: rgb(238,65,193); }
div.DivClassName
{
background-color: #EE41C1;
}
.BgClassName
{
background-color: #EE41C1;
}
</style>
border-color css
<style>
span { border-color: #EE41C1; }
span { border-color: rgb(238,65,193); }
td.TdClassName
{
border-color: #EE41C1;
}
.TagClassName
{
border-color: #EE41C1;
}
</style>