Shades of Razzle Dazzle Rose #EE34E2
Tints of Razzle Dazzle Rose #EE34E2
RGB
CMYK
RGB Variations
Color information
#EE34E2 (or 0xEE34E2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and E2. RGB value is (238,52,226). Sum of RGB (Red+Green+Blue) = 238+52+226=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 52 (20.70% from 255 or 10.08% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34E2 is #11CB1D. Grayscale: #7E7E7E. Windows color (decimal): -1166110 or 14824686. OLE color: 14824686.
HSL color Cylindrical-coordinate representation of color #EE34E2: hue angle of 303.87º 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 #EE34E2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 226 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.07 |
| HSL | 303.87º | 0.85% | 0.57% | - |
| HSV(B) | 303.87º | 0.78% | 0.93% | - |
| XYZ | 50.22 | 26.12 | 74.35 | - |
| YUV | 127.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 226 | 0 | 0.78 | 0.05 | 0.07 | 303.87 | 0.85 | 0.57 |
| Hex | EE | 34 | E2 | 0 | 4E | 5 | 7 | 130 | 55 | 39 |
| Octal | 356 | 64 | 342 | 0 | 116 | 5 | 7 | 460 | 125 | 71 |
| Binary | 11101110 | 110100 | 11100010 | 0 | 1001110 | 101 | 111 | 100110000 | 1010101 | 111001 |
Color Harmonies of #EE34E2
Complementary color
Monochromatic Colors of #EE34E2
Black with #EE34E2
Text Example
Text Example
White with #EE34E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34E2; }
p { color: rgb(238,52,226); }
H1.HeaderClassName
{
color: #EE34E2;
}
.AnyTagClassName
{
color: #EE34E2;
}
</style>
background-color css
<style>
a { background-color: #EE34E2; }
a { background-color: rgb(238,52,226); }
div.DivClassName
{
background-color: #EE34E2;
}
.BgClassName
{
background-color: #EE34E2;
}
</style>
border-color css
<style>
span { border-color: #EE34E2; }
span { border-color: rgb(238,52,226); }
td.TdClassName
{
border-color: #EE34E2;
}
.TagClassName
{
border-color: #EE34E2;
}
</style>