Shades of Razzle Dazzle Rose #EE34D8
Tints of Razzle Dazzle Rose #EE34D8
RGB
CMYK
RGB Variations
Color information
#EE34D8 (or 0xEE34D8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and D8. RGB value is (238,52,216). Sum of RGB (Red+Green+Blue) = 238+52+216=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34D8 is #11CB27. Grayscale: #7D7D7D. Windows color (decimal): -1166120 or 14169326. OLE color: 14169326.
HSL color Cylindrical-coordinate representation of color #EE34D8: hue angle of 307.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE34D8 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 216 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.07 |
| HSL | 307.1º | 0.85% | 0.57% | - |
| HSV(B) | 307.1º | 0.78% | 0.93% | - |
| XYZ | 48.88 | 25.59 | 67.33 | - |
| YUV | 126.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 216 | 0 | 0.78 | 0.09 | 0.07 | 307.1 | 0.85 | 0.57 |
| Hex | EE | 34 | D8 | 0 | 4E | 9 | 7 | 133 | 55 | 39 |
| Octal | 356 | 64 | 330 | 0 | 116 | 11 | 7 | 463 | 125 | 71 |
| Binary | 11101110 | 110100 | 11011000 | 0 | 1001110 | 1001 | 111 | 100110011 | 1010101 | 111001 |
Color Harmonies of #EE34D8
Complementary color
Monochromatic Colors of #EE34D8
Black with #EE34D8
Text Example
Text Example
White with #EE34D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34D8; }
p { color: rgb(238,52,216); }
H1.HeaderClassName
{
color: #EE34D8;
}
.AnyTagClassName
{
color: #EE34D8;
}
</style>
background-color css
<style>
a { background-color: #EE34D8; }
a { background-color: rgb(238,52,216); }
div.DivClassName
{
background-color: #EE34D8;
}
.BgClassName
{
background-color: #EE34D8;
}
</style>
border-color css
<style>
span { border-color: #EE34D8; }
span { border-color: rgb(238,52,216); }
td.TdClassName
{
border-color: #EE34D8;
}
.TagClassName
{
border-color: #EE34D8;
}
</style>