Shades of Razzle Dazzle Rose #ED40DA
Tints of Razzle Dazzle Rose #ED40DA
RGB
CMYK
RGB Variations
Color information
#ED40DA (or 0xED40DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 40 and DA. RGB value is (237,64,218). Sum of RGB (Red+Green+Blue) = 237+64+218=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40DA is #12BF25. Grayscale: #848484. Windows color (decimal): -1228582 or 14303469. OLE color: 14303469.
HSL color Cylindrical-coordinate representation of color #ED40DA: hue angle of 306.59º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40DA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 218 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.07 |
| HSL | 306.59º | 0.83% | 0.59% | - |
| HSV(B) | 306.59º | 0.73% | 0.93% | - |
| XYZ | 49.41 | 26.73 | 68.89 | - |
| YUV | 133.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 218 | 0 | 0.73 | 0.08 | 0.07 | 306.59 | 0.83 | 0.59 |
| Hex | ED | 40 | DA | 0 | 49 | 8 | 7 | 133 | 53 | 3B |
| Octal | 355 | 100 | 332 | 0 | 111 | 10 | 7 | 463 | 123 | 73 |
| Binary | 11101101 | 1000000 | 11011010 | 0 | 1001001 | 1000 | 111 | 100110011 | 1010011 | 111011 |
Color Harmonies of #ED40DA
Complementary color
Monochromatic Colors of #ED40DA
Black with #ED40DA
Text Example
Text Example
White with #ED40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40DA; }
p { color: rgb(237,64,218); }
H1.HeaderClassName
{
color: #ED40DA;
}
.AnyTagClassName
{
color: #ED40DA;
}
</style>
background-color css
<style>
a { background-color: #ED40DA; }
a { background-color: rgb(237,64,218); }
div.DivClassName
{
background-color: #ED40DA;
}
.BgClassName
{
background-color: #ED40DA;
}
</style>
border-color css
<style>
span { border-color: #ED40DA; }
span { border-color: rgb(237,64,218); }
td.TdClassName
{
border-color: #ED40DA;
}
.TagClassName
{
border-color: #ED40DA;
}
</style>