Shades of Razzle Dazzle Rose #EE3AD0
Tints of Razzle Dazzle Rose #EE3AD0
RGB
CMYK
RGB Variations
Color information
#EE3AD0 (or 0xEE3AD0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and D0. RGB value is (238,58,208). Sum of RGB (Red+Green+Blue) = 238+58+208=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3AD0 is #11C52F. Grayscale: #808080. Windows color (decimal): -1164592 or 13646574. OLE color: 13646574.
HSL color Cylindrical-coordinate representation of color #EE3AD0: hue angle of 310º 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 #EE3AD0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 208 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.07 |
| HSL | 310º | 0.84% | 0.58% | - |
| HSV(B) | 310º | 0.76% | 0.93% | - |
| XYZ | 48.16 | 25.76 | 62.11 | - |
| YUV | 128.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 208 | 0 | 0.76 | 0.13 | 0.07 | 310 | 0.84 | 0.58 |
| Hex | EE | 3A | D0 | 0 | 4C | D | 7 | 136 | 54 | 3A |
| Octal | 356 | 72 | 320 | 0 | 114 | 15 | 7 | 466 | 124 | 72 |
| Binary | 11101110 | 111010 | 11010000 | 0 | 1001100 | 1101 | 111 | 100110110 | 1010100 | 111010 |
Color Harmonies of #EE3AD0
Complementary color
Monochromatic Colors of #EE3AD0
Black with #EE3AD0
Text Example
Text Example
White with #EE3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3AD0; }
p { color: rgb(238,58,208); }
H1.HeaderClassName
{
color: #EE3AD0;
}
.AnyTagClassName
{
color: #EE3AD0;
}
</style>
background-color css
<style>
a { background-color: #EE3AD0; }
a { background-color: rgb(238,58,208); }
div.DivClassName
{
background-color: #EE3AD0;
}
.BgClassName
{
background-color: #EE3AD0;
}
</style>
border-color css
<style>
span { border-color: #EE3AD0; }
span { border-color: rgb(238,58,208); }
td.TdClassName
{
border-color: #EE3AD0;
}
.TagClassName
{
border-color: #EE3AD0;
}
</style>