Shades of Razzle Dazzle Rose #ED3DC8
Tints of Razzle Dazzle Rose #ED3DC8
RGB
CMYK
RGB Variations
Color information
#ED3DC8 (or 0xED3DC8) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3D and C8. RGB value is (237,61,200). Sum of RGB (Red+Green+Blue) = 237+61+200=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DC8 is #12C237. Grayscale: #818181. Windows color (decimal): -1229368 or 13123053. OLE color: 13123053.
HSL color Cylindrical-coordinate representation of color #ED3DC8: hue angle of 312.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3DC8 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 200 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.07 |
| HSL | 312.61º | 0.83% | 0.58% | - |
| HSV(B) | 312.61º | 0.74% | 0.93% | - |
| XYZ | 47.02 | 25.51 | 57.09 | - |
| YUV | 129.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 200 | 0 | 0.74 | 0.16 | 0.07 | 312.61 | 0.83 | 0.58 |
| Hex | ED | 3D | C8 | 0 | 4A | 10 | 7 | 139 | 53 | 3A |
| Octal | 355 | 75 | 310 | 0 | 112 | 20 | 7 | 471 | 123 | 72 |
| Binary | 11101101 | 111101 | 11001000 | 0 | 1001010 | 10000 | 111 | 100111001 | 1010011 | 111010 |
Color Harmonies of #ED3DC8
Complementary color
Monochromatic Colors of #ED3DC8
Black with #ED3DC8
Text Example
Text Example
White with #ED3DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DC8; }
p { color: rgb(237,61,200); }
H1.HeaderClassName
{
color: #ED3DC8;
}
.AnyTagClassName
{
color: #ED3DC8;
}
</style>
background-color css
<style>
a { background-color: #ED3DC8; }
a { background-color: rgb(237,61,200); }
div.DivClassName
{
background-color: #ED3DC8;
}
.BgClassName
{
background-color: #ED3DC8;
}
</style>
border-color css
<style>
span { border-color: #ED3DC8; }
span { border-color: rgb(237,61,200); }
td.TdClassName
{
border-color: #ED3DC8;
}
.TagClassName
{
border-color: #ED3DC8;
}
</style>