Shades of Razzle Dazzle Rose #EE23DF
Tints of Razzle Dazzle Rose #EE23DF
RGB
CMYK
RGB Variations
Color information
#EE23DF (or 0xEE23DF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 23 and DF. RGB value is (238,35,223). Sum of RGB (Red+Green+Blue) = 238+35+223=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 35 (14.06% from 255 or 7.06% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE23DF is #11DC20. Grayscale: #747474. Windows color (decimal): -1170465 or 14623726. OLE color: 14623726.
HSL color Cylindrical-coordinate representation of color #EE23DF: hue angle of 304.43º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE23DF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 223 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.07 |
| HSL | 304.43º | 0.86% | 0.54% | - |
| HSV(B) | 304.43º | 0.85% | 0.93% | - |
| XYZ | 49.18 | 24.71 | 71.99 | - |
| YUV | 117.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 223 | 0 | 0.85 | 0.06 | 0.07 | 304.43 | 0.86 | 0.54 |
| Hex | EE | 23 | DF | 0 | 55 | 6 | 7 | 130 | 56 | 36 |
| Octal | 356 | 43 | 337 | 0 | 125 | 6 | 7 | 460 | 126 | 66 |
| Binary | 11101110 | 100011 | 11011111 | 0 | 1010101 | 110 | 111 | 100110000 | 1010110 | 110110 |
Color Harmonies of #EE23DF
Complementary color
Monochromatic Colors of #EE23DF
Black with #EE23DF
Text Example
Text Example
White with #EE23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23DF; }
p { color: rgb(238,35,223); }
H1.HeaderClassName
{
color: #EE23DF;
}
.AnyTagClassName
{
color: #EE23DF;
}
</style>
background-color css
<style>
a { background-color: #EE23DF; }
a { background-color: rgb(238,35,223); }
div.DivClassName
{
background-color: #EE23DF;
}
.BgClassName
{
background-color: #EE23DF;
}
</style>
border-color css
<style>
span { border-color: #EE23DF; }
span { border-color: rgb(238,35,223); }
td.TdClassName
{
border-color: #EE23DF;
}
.TagClassName
{
border-color: #EE23DF;
}
</style>