Shades of Razzle Dazzle Rose #EE34BA
Tints of Razzle Dazzle Rose #EE34BA
RGB
CMYK
RGB Variations
Color information
#EE34BA (or 0xEE34BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and BA. RGB value is (238,52,186). Sum of RGB (Red+Green+Blue) = 238+52+186=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34BA is #11CB45. Grayscale: #7A7A7A. Windows color (decimal): -1166150 or 12203246. OLE color: 12203246.
HSL color Cylindrical-coordinate representation of color #EE34BA: hue angle of 316.77º 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 #EE34BA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 186 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.07 |
| HSL | 316.77º | 0.85% | 0.57% | - |
| HSV(B) | 316.77º | 0.78% | 0.93% | - |
| XYZ | 45.35 | 24.18 | 48.73 | - |
| YUV | 122.89 | 163.62 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 186 | 0 | 0.78 | 0.22 | 0.07 | 316.77 | 0.85 | 0.57 |
| Hex | EE | 34 | BA | 0 | 4E | 16 | 7 | 13D | 55 | 39 |
| Octal | 356 | 64 | 272 | 0 | 116 | 26 | 7 | 475 | 125 | 71 |
| Binary | 11101110 | 110100 | 10111010 | 0 | 1001110 | 10110 | 111 | 100111101 | 1010101 | 111001 |
Color Harmonies of #EE34BA
Complementary color
Monochromatic Colors of #EE34BA
Black with #EE34BA
Text Example
Text Example
White with #EE34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34BA; }
p { color: rgb(238,52,186); }
H1.HeaderClassName
{
color: #EE34BA;
}
.AnyTagClassName
{
color: #EE34BA;
}
</style>
background-color css
<style>
a { background-color: #EE34BA; }
a { background-color: rgb(238,52,186); }
div.DivClassName
{
background-color: #EE34BA;
}
.BgClassName
{
background-color: #EE34BA;
}
</style>
border-color css
<style>
span { border-color: #EE34BA; }
span { border-color: rgb(238,52,186); }
td.TdClassName
{
border-color: #EE34BA;
}
.TagClassName
{
border-color: #EE34BA;
}
</style>