Shades of Razzle Dazzle Rose #EE3ADD
Tints of Razzle Dazzle Rose #EE3ADD
RGB
CMYK
RGB Variations
Color information
#EE3ADD (or 0xEE3ADD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and DD. RGB value is (238,58,221). Sum of RGB (Red+Green+Blue) = 238+58+221=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ADD is #11C522. Grayscale: #818181. Windows color (decimal): -1164579 or 14498542. OLE color: 14498542.
HSL color Cylindrical-coordinate representation of color #EE3ADD: hue angle of 305.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3ADD is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 221 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.07 |
| HSL | 305.67º | 0.84% | 0.58% | - |
| HSV(B) | 305.67º | 0.76% | 0.93% | - |
| XYZ | 49.82 | 26.42 | 70.88 | - |
| YUV | 130.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 221 | 0 | 0.76 | 0.07 | 0.07 | 305.67 | 0.84 | 0.58 |
| Hex | EE | 3A | DD | 0 | 4C | 7 | 7 | 132 | 54 | 3A |
| Octal | 356 | 72 | 335 | 0 | 114 | 7 | 7 | 462 | 124 | 72 |
| Binary | 11101110 | 111010 | 11011101 | 0 | 1001100 | 111 | 111 | 100110010 | 1010100 | 111010 |
Color Harmonies of #EE3ADD
Complementary color
Monochromatic Colors of #EE3ADD
Black with #EE3ADD
Text Example
Text Example
White with #EE3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3ADD; }
p { color: rgb(238,58,221); }
H1.HeaderClassName
{
color: #EE3ADD;
}
.AnyTagClassName
{
color: #EE3ADD;
}
</style>
background-color css
<style>
a { background-color: #EE3ADD; }
a { background-color: rgb(238,58,221); }
div.DivClassName
{
background-color: #EE3ADD;
}
.BgClassName
{
background-color: #EE3ADD;
}
</style>
border-color css
<style>
span { border-color: #EE3ADD; }
span { border-color: rgb(238,58,221); }
td.TdClassName
{
border-color: #EE3ADD;
}
.TagClassName
{
border-color: #EE3ADD;
}
</style>