Shades of Razzle Dazzle Rose #ED29DB
Tints of Razzle Dazzle Rose #ED29DB
RGB
CMYK
RGB Variations
Color information
#ED29DB (or 0xED29DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and DB. RGB value is (237,41,219). Sum of RGB (Red+Green+Blue) = 237+41+219=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29DB is #12D624. Grayscale: #777777. Windows color (decimal): -1234469 or 14363117. OLE color: 14363117.
HSL color Cylindrical-coordinate representation of color #ED29DB: hue angle of 305.51º 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 #ED29DB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 41 | 219 | - |
CMYK | 0 | 0.83 | 0.08 | 0.07 |
HSL | 305.51º | 0.84% | 0.55% | - |
HSV(B) | 305.51º | 0.83% | 0.93% | - |
XYZ | 48.5 | 24.7 | 69.23 | - |
YUV | 119.9 | 183.93 | 211.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 41 | 219 | 0 | 0.83 | 0.08 | 0.07 | 305.51 | 0.84 | 0.55 |
Hex | ED | 29 | DB | 0 | 53 | 8 | 7 | 132 | 54 | 37 |
Octal | 355 | 51 | 333 | 0 | 123 | 10 | 7 | 462 | 124 | 67 |
Binary | 11101101 | 101001 | 11011011 | 0 | 1010011 | 1000 | 111 | 100110010 | 1010100 | 110111 |
Color Harmonies of #ED29DB
Complementary color
Monochromatic Colors of #ED29DB
Black with #ED29DB
Text Example
Text Example
White with #ED29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29DB; }
p { color: rgb(237,41,219); }
H1.HeaderClassName
{
color: #ED29DB;
}
.AnyTagClassName
{
color: #ED29DB;
}
</style>
background-color css
<style>
a { background-color: #ED29DB; }
a { background-color: rgb(237,41,219); }
div.DivClassName
{
background-color: #ED29DB;
}
.BgClassName
{
background-color: #ED29DB;
}
</style>
border-color css
<style>
span { border-color: #ED29DB; }
span { border-color: rgb(237,41,219); }
td.TdClassName
{
border-color: #ED29DB;
}
.TagClassName
{
border-color: #ED29DB;
}
</style>