Shades of Razzle Dazzle Rose #ED26E3
Tints of Razzle Dazzle Rose #ED26E3
RGB
CMYK
RGB Variations
Color information
#ED26E3 (or 0xED26E3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 26 and E3. RGB value is (237,38,227). Sum of RGB (Red+Green+Blue) = 237+38+227=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26E3 is #12D91C. Grayscale: #767676. Windows color (decimal): -1235229 or 14886637. OLE color: 14886637.
HSL color Cylindrical-coordinate representation of color #ED26E3: hue angle of 303.02º 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 #ED26E3 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 227 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.07 |
| HSL | 303.02º | 0.85% | 0.54% | - |
| HSV(B) | 303.02º | 0.84% | 0.93% | - |
| XYZ | 49.48 | 24.94 | 74.88 | - |
| YUV | 119.05 | 188.93 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 227 | 0 | 0.84 | 0.04 | 0.07 | 303.02 | 0.85 | 0.54 |
| Hex | ED | 26 | E3 | 0 | 54 | 4 | 7 | 12F | 55 | 36 |
| Octal | 355 | 46 | 343 | 0 | 124 | 4 | 7 | 457 | 125 | 66 |
| Binary | 11101101 | 100110 | 11100011 | 0 | 1010100 | 100 | 111 | 100101111 | 1010101 | 110110 |
Color Harmonies of #ED26E3
Complementary color
Monochromatic Colors of #ED26E3
Black with #ED26E3
Text Example
Text Example
White with #ED26E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26E3; }
p { color: rgb(237,38,227); }
H1.HeaderClassName
{
color: #ED26E3;
}
.AnyTagClassName
{
color: #ED26E3;
}
</style>
background-color css
<style>
a { background-color: #ED26E3; }
a { background-color: rgb(237,38,227); }
div.DivClassName
{
background-color: #ED26E3;
}
.BgClassName
{
background-color: #ED26E3;
}
</style>
border-color css
<style>
span { border-color: #ED26E3; }
span { border-color: rgb(237,38,227); }
td.TdClassName
{
border-color: #ED26E3;
}
.TagClassName
{
border-color: #ED26E3;
}
</style>