Shades of Razzle Dazzle Rose #ED26C5
Tints of Razzle Dazzle Rose #ED26C5
RGB
CMYK
RGB Variations
Color information
#ED26C5 (or 0xED26C5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 26 and C5. RGB value is (237,38,197). Sum of RGB (Red+Green+Blue) = 237+38+197=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26C5 is #12D93A. Grayscale: #737373. Windows color (decimal): -1235259 or 12920557. OLE color: 12920557.
HSL color Cylindrical-coordinate representation of color #ED26C5: hue angle of 312.06º 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 #ED26C5 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 197 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.07 |
| HSL | 312.06º | 0.85% | 0.54% | - |
| HSV(B) | 312.06º | 0.84% | 0.93% | - |
| XYZ | 45.7 | 23.42 | 54.94 | - |
| YUV | 115.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 197 | 0 | 0.84 | 0.17 | 0.07 | 312.06 | 0.85 | 0.54 |
| Hex | ED | 26 | C5 | 0 | 54 | 11 | 7 | 138 | 55 | 36 |
| Octal | 355 | 46 | 305 | 0 | 124 | 21 | 7 | 470 | 125 | 66 |
| Binary | 11101101 | 100110 | 11000101 | 0 | 1010100 | 10001 | 111 | 100111000 | 1010101 | 110110 |
Color Harmonies of #ED26C5
Complementary color
Monochromatic Colors of #ED26C5
Black with #ED26C5
Text Example
Text Example
White with #ED26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26C5; }
p { color: rgb(237,38,197); }
H1.HeaderClassName
{
color: #ED26C5;
}
.AnyTagClassName
{
color: #ED26C5;
}
</style>
background-color css
<style>
a { background-color: #ED26C5; }
a { background-color: rgb(237,38,197); }
div.DivClassName
{
background-color: #ED26C5;
}
.BgClassName
{
background-color: #ED26C5;
}
</style>
border-color css
<style>
span { border-color: #ED26C5; }
span { border-color: rgb(237,38,197); }
td.TdClassName
{
border-color: #ED26C5;
}
.TagClassName
{
border-color: #ED26C5;
}
</style>