Shades of Razzle Dazzle Rose #EE34DB
Tints of Razzle Dazzle Rose #EE34DB
RGB
CMYK
RGB Variations
Color information
#EE34DB (or 0xEE34DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and DB. RGB value is (238,52,219). Sum of RGB (Red+Green+Blue) = 238+52+219=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 52 (20.70% from 255 or 10.22% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34DB is #11CB24. Grayscale: #7E7E7E. Windows color (decimal): -1166117 or 14365934. OLE color: 14365934.
HSL color Cylindrical-coordinate representation of color #EE34DB: hue angle of 306.13º 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 #EE34DB is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 219 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.07 |
| HSL | 306.13º | 0.85% | 0.57% | - |
| HSV(B) | 306.13º | 0.78% | 0.93% | - |
| XYZ | 49.27 | 25.75 | 69.39 | - |
| YUV | 126.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 219 | 0 | 0.78 | 0.08 | 0.07 | 306.13 | 0.85 | 0.57 |
| Hex | EE | 34 | DB | 0 | 4E | 8 | 7 | 132 | 55 | 39 |
| Octal | 356 | 64 | 333 | 0 | 116 | 10 | 7 | 462 | 125 | 71 |
| Binary | 11101110 | 110100 | 11011011 | 0 | 1001110 | 1000 | 111 | 100110010 | 1010101 | 111001 |
Color Harmonies of #EE34DB
Complementary color
Monochromatic Colors of #EE34DB
Black with #EE34DB
Text Example
Text Example
White with #EE34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34DB; }
p { color: rgb(238,52,219); }
H1.HeaderClassName
{
color: #EE34DB;
}
.AnyTagClassName
{
color: #EE34DB;
}
</style>
background-color css
<style>
a { background-color: #EE34DB; }
a { background-color: rgb(238,52,219); }
div.DivClassName
{
background-color: #EE34DB;
}
.BgClassName
{
background-color: #EE34DB;
}
</style>
border-color css
<style>
span { border-color: #EE34DB; }
span { border-color: rgb(238,52,219); }
td.TdClassName
{
border-color: #EE34DB;
}
.TagClassName
{
border-color: #EE34DB;
}
</style>