Shades of Razzle Dazzle Rose #EE34ED
Tints of Razzle Dazzle Rose #EE34ED
RGB
CMYK
RGB Variations
Color information
#EE34ED (or 0xEE34ED) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and ED. RGB value is (238,52,237). Sum of RGB (Red+Green+Blue) = 238+52+237=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34ED is #11CB12. Grayscale: #808080. Windows color (decimal): -1166099 or 15545582. OLE color: 15545582.
HSL color Cylindrical-coordinate representation of color #EE34ED: hue angle of 300.32º 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 #EE34ED is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 237 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.07 |
| HSL | 300.32º | 0.85% | 0.57% | - |
| HSV(B) | 300.32º | 0.78% | 0.93% | - |
| XYZ | 51.77 | 26.75 | 82.55 | - |
| YUV | 128.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 237 | 0 | 0.78 | 0.00 | 0.07 | 300.32 | 0.85 | 0.57 |
| Hex | EE | 34 | ED | 0 | 4E | 0 | 7 | 12C | 55 | 39 |
| Octal | 356 | 64 | 355 | 0 | 116 | 0 | 7 | 454 | 125 | 71 |
| Binary | 11101110 | 110100 | 11101101 | 0 | 1001110 | 0 | 111 | 100101100 | 1010101 | 111001 |
Color Harmonies of #EE34ED
Complementary color
Monochromatic Colors of #EE34ED
Black with #EE34ED
Text Example
Text Example
White with #EE34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE34ED; }
p { color: rgb(238,52,237); }
H1.HeaderClassName
{
color: #EE34ED;
}
.AnyTagClassName
{
color: #EE34ED;
}
</style>
background-color css
<style>
a { background-color: #EE34ED; }
a { background-color: rgb(238,52,237); }
div.DivClassName
{
background-color: #EE34ED;
}
.BgClassName
{
background-color: #EE34ED;
}
</style>
border-color css
<style>
span { border-color: #EE34ED; }
span { border-color: rgb(238,52,237); }
td.TdClassName
{
border-color: #EE34ED;
}
.TagClassName
{
border-color: #EE34ED;
}
</style>