Shades of Razzle Dazzle Rose #ED3EDB
Tints of Razzle Dazzle Rose #ED3EDB
RGB
CMYK
RGB Variations
Color information
#ED3EDB (or 0xED3EDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3E and DB. RGB value is (237,62,219). Sum of RGB (Red+Green+Blue) = 237+62+219=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3EDB is #12C124. Grayscale: #838383. Windows color (decimal): -1229093 or 14368493. OLE color: 14368493.
HSL color Cylindrical-coordinate representation of color #ED3EDB: hue angle of 306.17º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3EDB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 219 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.07 |
| HSL | 306.17º | 0.83% | 0.59% | - |
| HSV(B) | 306.17º | 0.74% | 0.93% | - |
| XYZ | 49.43 | 26.56 | 69.54 | - |
| YUV | 132.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 219 | 0 | 0.74 | 0.08 | 0.07 | 306.17 | 0.83 | 0.59 |
| Hex | ED | 3E | DB | 0 | 4A | 8 | 7 | 132 | 53 | 3B |
| Octal | 355 | 76 | 333 | 0 | 112 | 10 | 7 | 462 | 123 | 73 |
| Binary | 11101101 | 111110 | 11011011 | 0 | 1001010 | 1000 | 111 | 100110010 | 1010011 | 111011 |
Color Harmonies of #ED3EDB
Complementary color
Monochromatic Colors of #ED3EDB
Black with #ED3EDB
Text Example
Text Example
White with #ED3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3EDB; }
p { color: rgb(237,62,219); }
H1.HeaderClassName
{
color: #ED3EDB;
}
.AnyTagClassName
{
color: #ED3EDB;
}
</style>
background-color css
<style>
a { background-color: #ED3EDB; }
a { background-color: rgb(237,62,219); }
div.DivClassName
{
background-color: #ED3EDB;
}
.BgClassName
{
background-color: #ED3EDB;
}
</style>
border-color css
<style>
span { border-color: #ED3EDB; }
span { border-color: rgb(237,62,219); }
td.TdClassName
{
border-color: #ED3EDB;
}
.TagClassName
{
border-color: #ED3EDB;
}
</style>