Shades of Razzle Dazzle Rose #ED3AD5
Tints of Razzle Dazzle Rose #ED3AD5
RGB
CMYK
RGB Variations
Color information
#ED3AD5 (or 0xED3AD5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3A and D5. RGB value is (237,58,213). Sum of RGB (Red+Green+Blue) = 237+58+213=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3AD5 is #12C52A. Grayscale: #808080. Windows color (decimal): -1230123 or 13974253. OLE color: 13974253.
HSL color Cylindrical-coordinate representation of color #ED3AD5: hue angle of 308.04º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3AD5 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 213 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.07 |
| HSL | 308.04º | 0.83% | 0.58% | - |
| HSV(B) | 308.04º | 0.76% | 0.93% | - |
| XYZ | 48.45 | 25.83 | 65.38 | - |
| YUV | 129.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 213 | 0 | 0.76 | 0.10 | 0.07 | 308.04 | 0.83 | 0.58 |
| Hex | ED | 3A | D5 | 0 | 4C | A | 7 | 134 | 53 | 3A |
| Octal | 355 | 72 | 325 | 0 | 114 | 12 | 7 | 464 | 123 | 72 |
| Binary | 11101101 | 111010 | 11010101 | 0 | 1001100 | 1010 | 111 | 100110100 | 1010011 | 111010 |
Color Harmonies of #ED3AD5
Complementary color
Monochromatic Colors of #ED3AD5
Black with #ED3AD5
Text Example
Text Example
White with #ED3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3AD5; }
p { color: rgb(237,58,213); }
H1.HeaderClassName
{
color: #ED3AD5;
}
.AnyTagClassName
{
color: #ED3AD5;
}
</style>
background-color css
<style>
a { background-color: #ED3AD5; }
a { background-color: rgb(237,58,213); }
div.DivClassName
{
background-color: #ED3AD5;
}
.BgClassName
{
background-color: #ED3AD5;
}
</style>
border-color css
<style>
span { border-color: #ED3AD5; }
span { border-color: rgb(237,58,213); }
td.TdClassName
{
border-color: #ED3AD5;
}
.TagClassName
{
border-color: #ED3AD5;
}
</style>