Shades of Razzle Dazzle Rose #ED2DC6
Tints of Razzle Dazzle Rose #ED2DC6
RGB
CMYK
RGB Variations
Color information
#ED2DC6 (or 0xED2DC6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and C6. RGB value is (237,45,198). Sum of RGB (Red+Green+Blue) = 237+45+198=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DC6 is #12D239. Grayscale: #777777. Windows color (decimal): -1233466 or 12987885. OLE color: 12987885.
HSL color Cylindrical-coordinate representation of color #ED2DC6: hue angle of 312.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2DC6 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 198 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.07 |
| HSL | 312.19º | 0.84% | 0.55% | - |
| HSV(B) | 312.19º | 0.81% | 0.93% | - |
| XYZ | 46.06 | 23.96 | 55.62 | - |
| YUV | 119.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 198 | 0 | 0.81 | 0.16 | 0.07 | 312.19 | 0.84 | 0.55 |
| Hex | ED | 2D | C6 | 0 | 51 | 10 | 7 | 138 | 54 | 37 |
| Octal | 355 | 55 | 306 | 0 | 121 | 20 | 7 | 470 | 124 | 67 |
| Binary | 11101101 | 101101 | 11000110 | 0 | 1010001 | 10000 | 111 | 100111000 | 1010100 | 110111 |
Color Harmonies of #ED2DC6
Complementary color
Monochromatic Colors of #ED2DC6
Black with #ED2DC6
Text Example
Text Example
White with #ED2DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DC6; }
p { color: rgb(237,45,198); }
H1.HeaderClassName
{
color: #ED2DC6;
}
.AnyTagClassName
{
color: #ED2DC6;
}
</style>
background-color css
<style>
a { background-color: #ED2DC6; }
a { background-color: rgb(237,45,198); }
div.DivClassName
{
background-color: #ED2DC6;
}
.BgClassName
{
background-color: #ED2DC6;
}
</style>
border-color css
<style>
span { border-color: #ED2DC6; }
span { border-color: rgb(237,45,198); }
td.TdClassName
{
border-color: #ED2DC6;
}
.TagClassName
{
border-color: #ED2DC6;
}
</style>