Shades of Razzle Dazzle Rose #EE3ACD
Tints of Razzle Dazzle Rose #EE3ACD
RGB
CMYK
RGB Variations
Color information
#EE3ACD (or 0xEE3ACD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and CD. RGB value is (238,58,205). Sum of RGB (Red+Green+Blue) = 238+58+205=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ACD is #11C532. Grayscale: #808080. Windows color (decimal): -1164595 or 13449966. OLE color: 13449966.
HSL color Cylindrical-coordinate representation of color #EE3ACD: hue angle of 311º 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 #EE3ACD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 205 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.07 |
| HSL | 311º | 0.84% | 0.58% | - |
| HSV(B) | 311º | 0.76% | 0.93% | - |
| XYZ | 47.79 | 25.61 | 60.18 | - |
| YUV | 128.58 | 171.13 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 205 | 0 | 0.76 | 0.14 | 0.07 | 311 | 0.84 | 0.58 |
| Hex | EE | 3A | CD | 0 | 4C | E | 7 | 137 | 54 | 3A |
| Octal | 356 | 72 | 315 | 0 | 114 | 16 | 7 | 467 | 124 | 72 |
| Binary | 11101110 | 111010 | 11001101 | 0 | 1001100 | 1110 | 111 | 100110111 | 1010100 | 111010 |
Color Harmonies of #EE3ACD
Complementary color
Monochromatic Colors of #EE3ACD
Black with #EE3ACD
Text Example
Text Example
White with #EE3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3ACD; }
p { color: rgb(238,58,205); }
H1.HeaderClassName
{
color: #EE3ACD;
}
.AnyTagClassName
{
color: #EE3ACD;
}
</style>
background-color css
<style>
a { background-color: #EE3ACD; }
a { background-color: rgb(238,58,205); }
div.DivClassName
{
background-color: #EE3ACD;
}
.BgClassName
{
background-color: #EE3ACD;
}
</style>
border-color css
<style>
span { border-color: #EE3ACD; }
span { border-color: rgb(238,58,205); }
td.TdClassName
{
border-color: #EE3ACD;
}
.TagClassName
{
border-color: #EE3ACD;
}
</style>