Shades of Razzle Dazzle Rose #EE1FDC
Tints of Razzle Dazzle Rose #EE1FDC
RGB
CMYK
RGB Variations
Color information
#EE1FDC (or 0xEE1FDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1F and DC. RGB value is (238,31,220). Sum of RGB (Red+Green+Blue) = 238+31+220=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1FDC is #11E023. Grayscale: #717171. Windows color (decimal): -1171492 or 14426094. OLE color: 14426094.
HSL color Cylindrical-coordinate representation of color #EE1FDC: hue angle of 305.22º 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 #EE1FDC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.07 |
| HSL | 305.22º | 0.86% | 0.53% | - |
| HSV(B) | 305.22º | 0.87% | 0.93% | - |
| XYZ | 48.67 | 24.32 | 69.84 | - |
| YUV | 114.44 | 187.58 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 220 | 0 | 0.87 | 0.08 | 0.07 | 305.22 | 0.86 | 0.53 |
| Hex | EE | 1F | DC | 0 | 57 | 8 | 7 | 131 | 56 | 35 |
| Octal | 356 | 37 | 334 | 0 | 127 | 10 | 7 | 461 | 126 | 65 |
| Binary | 11101110 | 11111 | 11011100 | 0 | 1010111 | 1000 | 111 | 100110001 | 1010110 | 110101 |
Color Harmonies of #EE1FDC
Complementary color
Monochromatic Colors of #EE1FDC
Black with #EE1FDC
Text Example
Text Example
White with #EE1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1FDC; }
p { color: rgb(238,31,220); }
H1.HeaderClassName
{
color: #EE1FDC;
}
.AnyTagClassName
{
color: #EE1FDC;
}
</style>
background-color css
<style>
a { background-color: #EE1FDC; }
a { background-color: rgb(238,31,220); }
div.DivClassName
{
background-color: #EE1FDC;
}
.BgClassName
{
background-color: #EE1FDC;
}
</style>
border-color css
<style>
span { border-color: #EE1FDC; }
span { border-color: rgb(238,31,220); }
td.TdClassName
{
border-color: #EE1FDC;
}
.TagClassName
{
border-color: #EE1FDC;
}
</style>