Shades of Razzle Dazzle Rose #EE2ADF
Tints of Razzle Dazzle Rose #EE2ADF
RGB
CMYK
RGB Variations
Color information
#EE2ADF (or 0xEE2ADF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and DF. RGB value is (238,42,223). Sum of RGB (Red+Green+Blue) = 238+42+223=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ADF is #11D520. Grayscale: #787878. Windows color (decimal): -1168673 or 14625518. OLE color: 14625518.
HSL color Cylindrical-coordinate representation of color #EE2ADF: hue angle of 304.59º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2ADF is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 223 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.59º | 0.85% | 0.55% | - |
| HSV(B) | 304.59º | 0.82% | 0.93% | - |
| XYZ | 49.41 | 25.16 | 72.06 | - |
| YUV | 121.24 | 185.43 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 223 | 0 | 0.82 | 0.06 | 0.07 | 304.59 | 0.85 | 0.55 |
| Hex | EE | 2A | DF | 0 | 52 | 6 | 7 | 131 | 55 | 37 |
| Octal | 356 | 52 | 337 | 0 | 122 | 6 | 7 | 461 | 125 | 67 |
| Binary | 11101110 | 101010 | 11011111 | 0 | 1010010 | 110 | 111 | 100110001 | 1010101 | 110111 |
Color Harmonies of #EE2ADF
Complementary color
Monochromatic Colors of #EE2ADF
Black with #EE2ADF
Text Example
Text Example
White with #EE2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2ADF; }
p { color: rgb(238,42,223); }
H1.HeaderClassName
{
color: #EE2ADF;
}
.AnyTagClassName
{
color: #EE2ADF;
}
</style>
background-color css
<style>
a { background-color: #EE2ADF; }
a { background-color: rgb(238,42,223); }
div.DivClassName
{
background-color: #EE2ADF;
}
.BgClassName
{
background-color: #EE2ADF;
}
</style>
border-color css
<style>
span { border-color: #EE2ADF; }
span { border-color: rgb(238,42,223); }
td.TdClassName
{
border-color: #EE2ADF;
}
.TagClassName
{
border-color: #EE2ADF;
}
</style>