Shades of Razzle Dazzle Rose #ED2EEF
Tints of Razzle Dazzle Rose #ED2EEF
RGB
CMYK
RGB Variations
Color information
#ED2EEF (or 0xED2EEF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and EF. RGB value is (237,46,239). Sum of RGB (Red+Green+Blue) = 237+46+239=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED2EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EEF is #12D110. Grayscale: #7C7C7C. Windows color (decimal): -1233169 or 15675117. OLE color: 15675117.
HSL color Cylindrical-coordinate representation of color #ED2EEF: hue angle of 299.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2EEF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 46 | 239 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.06 |
| HSL | 299.38º | 0.86% | 0.56% | - |
| HSV(B) | 299.38º | 0.81% | 0.94% | - |
| XYZ | 51.48 | 26.19 | 84 | - |
| YUV | 125.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 239 | 0.01 | 0.81 | 0 | 0.06 | 299.38 | 0.86 | 0.56 |
| Hex | ED | 2E | EF | 1 | 51 | 0 | 6 | 12B | 56 | 38 |
| Octal | 355 | 56 | 357 | 1 | 121 | 0 | 6 | 453 | 126 | 70 |
| Binary | 11101101 | 101110 | 11101111 | 1 | 1010001 | 0 | 110 | 100101011 | 1010110 | 111000 |
Color Harmonies of #ED2EEF
Complementary color
Monochromatic Colors of #ED2EEF
Black with #ED2EEF
Text Example
Text Example
White with #ED2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EEF; }
p { color: rgb(237,46,239); }
H1.HeaderClassName
{
color: #ED2EEF;
}
.AnyTagClassName
{
color: #ED2EEF;
}
</style>
background-color css
<style>
a { background-color: #ED2EEF; }
a { background-color: rgb(237,46,239); }
div.DivClassName
{
background-color: #ED2EEF;
}
.BgClassName
{
background-color: #ED2EEF;
}
</style>
border-color css
<style>
span { border-color: #ED2EEF; }
span { border-color: rgb(237,46,239); }
td.TdClassName
{
border-color: #ED2EEF;
}
.TagClassName
{
border-color: #ED2EEF;
}
</style>