Shades of Razzle Dazzle Rose #EE1FDD
Tints of Razzle Dazzle Rose #EE1FDD
RGB
CMYK
RGB Variations
Color information
#EE1FDD (or 0xEE1FDD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1F and DD. RGB value is (238,31,221). Sum of RGB (Red+Green+Blue) = 238+31+221=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1FDD is #11E022. Grayscale: #727272. Windows color (decimal): -1171491 or 14491630. OLE color: 14491630.
HSL color Cylindrical-coordinate representation of color #EE1FDD: hue angle of 304.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FDD is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 221 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.07 |
| HSL | 304.93º | 0.86% | 0.53% | - |
| HSV(B) | 304.93º | 0.87% | 0.93% | - |
| XYZ | 48.8 | 24.38 | 70.54 | - |
| YUV | 114.55 | 188.08 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 221 | 0 | 0.87 | 0.07 | 0.07 | 304.93 | 0.86 | 0.53 |
| Hex | EE | 1F | DD | 0 | 57 | 7 | 7 | 131 | 56 | 35 |
| Octal | 356 | 37 | 335 | 0 | 127 | 7 | 7 | 461 | 126 | 65 |
| Binary | 11101110 | 11111 | 11011101 | 0 | 1010111 | 111 | 111 | 100110001 | 1010110 | 110101 |
Color Harmonies of #EE1FDD
Complementary color
Monochromatic Colors of #EE1FDD
Black with #EE1FDD
Text Example
Text Example
White with #EE1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1FDD; }
p { color: rgb(238,31,221); }
H1.HeaderClassName
{
color: #EE1FDD;
}
.AnyTagClassName
{
color: #EE1FDD;
}
</style>
background-color css
<style>
a { background-color: #EE1FDD; }
a { background-color: rgb(238,31,221); }
div.DivClassName
{
background-color: #EE1FDD;
}
.BgClassName
{
background-color: #EE1FDD;
}
</style>
border-color css
<style>
span { border-color: #EE1FDD; }
span { border-color: rgb(238,31,221); }
td.TdClassName
{
border-color: #EE1FDD;
}
.TagClassName
{
border-color: #EE1FDD;
}
</style>