Shades of Razzle Dazzle Rose #ED33EE
Tints of Razzle Dazzle Rose #ED33EE
RGB
CMYK
RGB Variations
Color information
#ED33EE (or 0xED33EE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 33 and EE. RGB value is (237,51,238). Sum of RGB (Red+Green+Blue) = 237+51+238=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 51 (20.31% from 255 or 9.70% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED33EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33EE is #12CC11. Grayscale: #7F7F7F. Windows color (decimal): -1231890 or 15610861. OLE color: 15610861.
HSL color Cylindrical-coordinate representation of color #ED33EE: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED33EE is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 238 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.07 |
| HSL | 299.68º | 0.85% | 0.57% | - |
| HSV(B) | 299.68º | 0.79% | 0.93% | - |
| XYZ | 51.54 | 26.55 | 83.3 | - |
| YUV | 127.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 238 | 0.00 | 0.79 | 0 | 0.07 | 299.68 | 0.85 | 0.57 |
| Hex | ED | 33 | EE | 0 | 4F | 0 | 7 | 12C | 55 | 39 |
| Octal | 355 | 63 | 356 | 0 | 117 | 0 | 7 | 454 | 125 | 71 |
| Binary | 11101101 | 110011 | 11101110 | 0 | 1001111 | 0 | 111 | 100101100 | 1010101 | 111001 |
Color Harmonies of #ED33EE
Complementary color
Monochromatic Colors of #ED33EE
Black with #ED33EE
Text Example
Text Example
White with #ED33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED33EE; }
p { color: rgb(237,51,238); }
H1.HeaderClassName
{
color: #ED33EE;
}
.AnyTagClassName
{
color: #ED33EE;
}
</style>
background-color css
<style>
a { background-color: #ED33EE; }
a { background-color: rgb(237,51,238); }
div.DivClassName
{
background-color: #ED33EE;
}
.BgClassName
{
background-color: #ED33EE;
}
</style>
border-color css
<style>
span { border-color: #ED33EE; }
span { border-color: rgb(237,51,238); }
td.TdClassName
{
border-color: #ED33EE;
}
.TagClassName
{
border-color: #ED33EE;
}
</style>