Shades of Razzle Dazzle Rose #EE2BDD
Tints of Razzle Dazzle Rose #EE2BDD
RGB
CMYK
RGB Variations
Color information
#EE2BDD (or 0xEE2BDD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and DD. RGB value is (238,43,221). Sum of RGB (Red+Green+Blue) = 238+43+221=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BDD is #11D422. Grayscale: #797979. Windows color (decimal): -1168419 or 14494702. OLE color: 14494702.
HSL color Cylindrical-coordinate representation of color #EE2BDD: hue angle of 305.23º 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 #EE2BDD is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 221 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.07 |
| HSL | 305.23º | 0.85% | 0.55% | - |
| HSV(B) | 305.23º | 0.82% | 0.93% | - |
| XYZ | 49.17 | 25.13 | 70.66 | - |
| YUV | 121.6 | 184.1 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 221 | 0 | 0.82 | 0.07 | 0.07 | 305.23 | 0.85 | 0.55 |
| Hex | EE | 2B | DD | 0 | 52 | 7 | 7 | 131 | 55 | 37 |
| Octal | 356 | 53 | 335 | 0 | 122 | 7 | 7 | 461 | 125 | 67 |
| Binary | 11101110 | 101011 | 11011101 | 0 | 1010010 | 111 | 111 | 100110001 | 1010101 | 110111 |
Color Harmonies of #EE2BDD
Complementary color
Monochromatic Colors of #EE2BDD
Black with #EE2BDD
Text Example
Text Example
White with #EE2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BDD; }
p { color: rgb(238,43,221); }
H1.HeaderClassName
{
color: #EE2BDD;
}
.AnyTagClassName
{
color: #EE2BDD;
}
</style>
background-color css
<style>
a { background-color: #EE2BDD; }
a { background-color: rgb(238,43,221); }
div.DivClassName
{
background-color: #EE2BDD;
}
.BgClassName
{
background-color: #EE2BDD;
}
</style>
border-color css
<style>
span { border-color: #EE2BDD; }
span { border-color: rgb(238,43,221); }
td.TdClassName
{
border-color: #EE2BDD;
}
.TagClassName
{
border-color: #EE2BDD;
}
</style>