Shades of Razzle Dazzle Rose #ED26D5
Tints of Razzle Dazzle Rose #ED26D5
RGB
CMYK
RGB Variations
Color information
#ED26D5 (or 0xED26D5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 26 and D5. RGB value is (237,38,213). Sum of RGB (Red+Green+Blue) = 237+38+213=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26D5 is #12D92A. Grayscale: #747474. Windows color (decimal): -1235243 or 13969133. OLE color: 13969133.
HSL color Cylindrical-coordinate representation of color #ED26D5: hue angle of 307.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED26D5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 213 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.07 |
| HSL | 307.24º | 0.85% | 0.54% | - |
| HSV(B) | 307.24º | 0.84% | 0.93% | - |
| XYZ | 47.63 | 24.19 | 65.11 | - |
| YUV | 117.45 | 181.93 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 213 | 0 | 0.84 | 0.10 | 0.07 | 307.24 | 0.85 | 0.54 |
| Hex | ED | 26 | D5 | 0 | 54 | A | 7 | 133 | 55 | 36 |
| Octal | 355 | 46 | 325 | 0 | 124 | 12 | 7 | 463 | 125 | 66 |
| Binary | 11101101 | 100110 | 11010101 | 0 | 1010100 | 1010 | 111 | 100110011 | 1010101 | 110110 |
Color Harmonies of #ED26D5
Complementary color
Monochromatic Colors of #ED26D5
Black with #ED26D5
Text Example
Text Example
White with #ED26D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26D5; }
p { color: rgb(237,38,213); }
H1.HeaderClassName
{
color: #ED26D5;
}
.AnyTagClassName
{
color: #ED26D5;
}
</style>
background-color css
<style>
a { background-color: #ED26D5; }
a { background-color: rgb(237,38,213); }
div.DivClassName
{
background-color: #ED26D5;
}
.BgClassName
{
background-color: #ED26D5;
}
</style>
border-color css
<style>
span { border-color: #ED26D5; }
span { border-color: rgb(237,38,213); }
td.TdClassName
{
border-color: #ED26D5;
}
.TagClassName
{
border-color: #ED26D5;
}
</style>