Shades of Razzle Dazzle Rose #EE3DCD
Tints of Razzle Dazzle Rose #EE3DCD
RGB
CMYK
RGB Variations
Color information
#EE3DCD (or 0xEE3DCD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3D and CD. RGB value is (238,61,205). Sum of RGB (Red+Green+Blue) = 238+61+205=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3DCD is #11C232. Grayscale: #818181. Windows color (decimal): -1163827 or 13450734. OLE color: 13450734.
HSL color Cylindrical-coordinate representation of color #EE3DCD: hue angle of 311.19º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3DCD is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 205 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 311.19º | 0.84% | 0.59% | - |
| HSV(B) | 311.19º | 0.74% | 0.93% | - |
| XYZ | 47.95 | 25.92 | 60.23 | - |
| YUV | 130.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 205 | 0 | 0.74 | 0.14 | 0.07 | 311.19 | 0.84 | 0.59 |
| Hex | EE | 3D | CD | 0 | 4A | E | 7 | 137 | 54 | 3B |
| Octal | 356 | 75 | 315 | 0 | 112 | 16 | 7 | 467 | 124 | 73 |
| Binary | 11101110 | 111101 | 11001101 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010100 | 111011 |
Color Harmonies of #EE3DCD
Complementary color
Monochromatic Colors of #EE3DCD
Black with #EE3DCD
Text Example
Text Example
White with #EE3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DCD; }
p { color: rgb(238,61,205); }
H1.HeaderClassName
{
color: #EE3DCD;
}
.AnyTagClassName
{
color: #EE3DCD;
}
</style>
background-color css
<style>
a { background-color: #EE3DCD; }
a { background-color: rgb(238,61,205); }
div.DivClassName
{
background-color: #EE3DCD;
}
.BgClassName
{
background-color: #EE3DCD;
}
</style>
border-color css
<style>
span { border-color: #EE3DCD; }
span { border-color: rgb(238,61,205); }
td.TdClassName
{
border-color: #EE3DCD;
}
.TagClassName
{
border-color: #EE3DCD;
}
</style>