Shades of Razzle Dazzle Rose #ED29DF
Tints of Razzle Dazzle Rose #ED29DF
RGB
CMYK
RGB Variations
Color information
#ED29DF (or 0xED29DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and DF. RGB value is (237,41,223). Sum of RGB (Red+Green+Blue) = 237+41+223=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29DF is #12D620. Grayscale: #777777. Windows color (decimal): -1234465 or 14625261. OLE color: 14625261.
HSL color Cylindrical-coordinate representation of color #ED29DF: hue angle of 304.29º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29DF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 223 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.07 |
| HSL | 304.29º | 0.84% | 0.55% | - |
| HSV(B) | 304.29º | 0.83% | 0.93% | - |
| XYZ | 49.04 | 24.92 | 72.04 | - |
| YUV | 120.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 223 | 0 | 0.83 | 0.06 | 0.07 | 304.29 | 0.84 | 0.55 |
| Hex | ED | 29 | DF | 0 | 53 | 6 | 7 | 130 | 54 | 37 |
| Octal | 355 | 51 | 337 | 0 | 123 | 6 | 7 | 460 | 124 | 67 |
| Binary | 11101101 | 101001 | 11011111 | 0 | 1010011 | 110 | 111 | 100110000 | 1010100 | 110111 |
Color Harmonies of #ED29DF
Complementary color
Monochromatic Colors of #ED29DF
Black with #ED29DF
Text Example
Text Example
White with #ED29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29DF; }
p { color: rgb(237,41,223); }
H1.HeaderClassName
{
color: #ED29DF;
}
.AnyTagClassName
{
color: #ED29DF;
}
</style>
background-color css
<style>
a { background-color: #ED29DF; }
a { background-color: rgb(237,41,223); }
div.DivClassName
{
background-color: #ED29DF;
}
.BgClassName
{
background-color: #ED29DF;
}
</style>
border-color css
<style>
span { border-color: #ED29DF; }
span { border-color: rgb(237,41,223); }
td.TdClassName
{
border-color: #ED29DF;
}
.TagClassName
{
border-color: #ED29DF;
}
</style>