Shades of Razzle Dazzle Rose #ED3DDA
Tints of Razzle Dazzle Rose #ED3DDA
RGB
CMYK
RGB Variations
Color information
#ED3DDA (or 0xED3DDA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3D and DA. RGB value is (237,61,218). Sum of RGB (Red+Green+Blue) = 237+61+218=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DDA is #12C225. Grayscale: #838383. Windows color (decimal): -1229350 or 14302701. OLE color: 14302701.
HSL color Cylindrical-coordinate representation of color #ED3DDA: hue angle of 306.48º 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 #ED3DDA is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 61 | 218 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.07 |
| HSL | 306.48º | 0.83% | 0.58% | - |
| HSV(B) | 306.48º | 0.74% | 0.93% | - |
| XYZ | 49.25 | 26.4 | 68.83 | - |
| YUV | 131.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 218 | 0 | 0.74 | 0.08 | 0.07 | 306.48 | 0.83 | 0.58 |
| Hex | ED | 3D | DA | 0 | 4A | 8 | 7 | 132 | 53 | 3A |
| Octal | 355 | 75 | 332 | 0 | 112 | 10 | 7 | 462 | 123 | 72 |
| Binary | 11101101 | 111101 | 11011010 | 0 | 1001010 | 1000 | 111 | 100110010 | 1010011 | 111010 |
Color Harmonies of #ED3DDA
Complementary color
Monochromatic Colors of #ED3DDA
Black with #ED3DDA
Text Example
Text Example
White with #ED3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DDA; }
p { color: rgb(237,61,218); }
H1.HeaderClassName
{
color: #ED3DDA;
}
.AnyTagClassName
{
color: #ED3DDA;
}
</style>
background-color css
<style>
a { background-color: #ED3DDA; }
a { background-color: rgb(237,61,218); }
div.DivClassName
{
background-color: #ED3DDA;
}
.BgClassName
{
background-color: #ED3DDA;
}
</style>
border-color css
<style>
span { border-color: #ED3DDA; }
span { border-color: rgb(237,61,218); }
td.TdClassName
{
border-color: #ED3DDA;
}
.TagClassName
{
border-color: #ED3DDA;
}
</style>