Shades of Razzle Dazzle Rose #ED46CE
Tints of Razzle Dazzle Rose #ED46CE
RGB
CMYK
RGB Variations
Color information
#ED46CE (or 0xED46CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 46 and CE. RGB value is (237,70,206). Sum of RGB (Red+Green+Blue) = 237+70+206=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED46CE is #12B931. Grayscale: #878787. Windows color (decimal): -1227058 or 13518573. OLE color: 13518573.
HSL color Cylindrical-coordinate representation of color #ED46CE: hue angle of 311.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED46CE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 206 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.07 |
| HSL | 311.14º | 0.82% | 0.6% | - |
| HSV(B) | 311.14º | 0.7% | 0.93% | - |
| XYZ | 48.26 | 26.84 | 61.03 | - |
| YUV | 135.44 | 167.83 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 206 | 0 | 0.70 | 0.13 | 0.07 | 311.14 | 0.82 | 0.6 |
| Hex | ED | 46 | CE | 0 | 46 | D | 7 | 137 | 52 | 3C |
| Octal | 355 | 106 | 316 | 0 | 106 | 15 | 7 | 467 | 122 | 74 |
| Binary | 11101101 | 1000110 | 11001110 | 0 | 1000110 | 1101 | 111 | 100110111 | 1010010 | 111100 |
Color Harmonies of #ED46CE
Complementary color
Monochromatic Colors of #ED46CE
Black with #ED46CE
Text Example
Text Example
White with #ED46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED46CE; }
p { color: rgb(237,70,206); }
H1.HeaderClassName
{
color: #ED46CE;
}
.AnyTagClassName
{
color: #ED46CE;
}
</style>
background-color css
<style>
a { background-color: #ED46CE; }
a { background-color: rgb(237,70,206); }
div.DivClassName
{
background-color: #ED46CE;
}
.BgClassName
{
background-color: #ED46CE;
}
</style>
border-color css
<style>
span { border-color: #ED46CE; }
span { border-color: rgb(237,70,206); }
td.TdClassName
{
border-color: #ED46CE;
}
.TagClassName
{
border-color: #ED46CE;
}
</style>