Shades of Razzle Dazzle Rose #ED34DB
Tints of Razzle Dazzle Rose #ED34DB
RGB
CMYK
RGB Variations
Color information
#ED34DB (or 0xED34DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and DB. RGB value is (237,52,219). Sum of RGB (Red+Green+Blue) = 237+52+219=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34DB is #12CB24. Grayscale: #7D7D7D. Windows color (decimal): -1231653 or 14365933. OLE color: 14365933.
HSL color Cylindrical-coordinate representation of color #ED34DB: hue angle of 305.84º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED34DB is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 219 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.07 |
| HSL | 305.84º | 0.84% | 0.57% | - |
| HSV(B) | 305.84º | 0.78% | 0.93% | - |
| XYZ | 48.94 | 25.57 | 69.37 | - |
| YUV | 126.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 219 | 0 | 0.78 | 0.08 | 0.07 | 305.84 | 0.84 | 0.57 |
| Hex | ED | 34 | DB | 0 | 4E | 8 | 7 | 132 | 54 | 39 |
| Octal | 355 | 64 | 333 | 0 | 116 | 10 | 7 | 462 | 124 | 71 |
| Binary | 11101101 | 110100 | 11011011 | 0 | 1001110 | 1000 | 111 | 100110010 | 1010100 | 111001 |
Color Harmonies of #ED34DB
Complementary color
Monochromatic Colors of #ED34DB
Black with #ED34DB
Text Example
Text Example
White with #ED34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED34DB; }
p { color: rgb(237,52,219); }
H1.HeaderClassName
{
color: #ED34DB;
}
.AnyTagClassName
{
color: #ED34DB;
}
</style>
background-color css
<style>
a { background-color: #ED34DB; }
a { background-color: rgb(237,52,219); }
div.DivClassName
{
background-color: #ED34DB;
}
.BgClassName
{
background-color: #ED34DB;
}
</style>
border-color css
<style>
span { border-color: #ED34DB; }
span { border-color: rgb(237,52,219); }
td.TdClassName
{
border-color: #ED34DB;
}
.TagClassName
{
border-color: #ED34DB;
}
</style>