Shades of Razzle Dazzle Rose #EE3DD5
Tints of Razzle Dazzle Rose #EE3DD5
RGB
CMYK
RGB Variations
Color information
#EE3DD5 (or 0xEE3DD5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3D and D5. RGB value is (238,61,213). Sum of RGB (Red+Green+Blue) = 238+61+213=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3DD5 is #11C22A. Grayscale: #828282. Windows color (decimal): -1163819 or 13975022. OLE color: 13975022.
HSL color Cylindrical-coordinate representation of color #EE3DD5: hue angle of 308.47º 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 #EE3DD5 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 213 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.07 |
| HSL | 308.47º | 0.84% | 0.59% | - |
| HSV(B) | 308.47º | 0.74% | 0.93% | - |
| XYZ | 48.94 | 26.32 | 65.45 | - |
| YUV | 131.25 | 174.14 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 213 | 0 | 0.74 | 0.11 | 0.07 | 308.47 | 0.84 | 0.59 |
| Hex | EE | 3D | D5 | 0 | 4A | B | 7 | 134 | 54 | 3B |
| Octal | 356 | 75 | 325 | 0 | 112 | 13 | 7 | 464 | 124 | 73 |
| Binary | 11101110 | 111101 | 11010101 | 0 | 1001010 | 1011 | 111 | 100110100 | 1010100 | 111011 |
Color Harmonies of #EE3DD5
Complementary color
Monochromatic Colors of #EE3DD5
Black with #EE3DD5
Text Example
Text Example
White with #EE3DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3DD5; }
p { color: rgb(238,61,213); }
H1.HeaderClassName
{
color: #EE3DD5;
}
.AnyTagClassName
{
color: #EE3DD5;
}
</style>
background-color css
<style>
a { background-color: #EE3DD5; }
a { background-color: rgb(238,61,213); }
div.DivClassName
{
background-color: #EE3DD5;
}
.BgClassName
{
background-color: #EE3DD5;
}
</style>
border-color css
<style>
span { border-color: #EE3DD5; }
span { border-color: rgb(238,61,213); }
td.TdClassName
{
border-color: #EE3DD5;
}
.TagClassName
{
border-color: #EE3DD5;
}
</style>