Shades of Razzle Dazzle Rose #ED26C4
Tints of Razzle Dazzle Rose #ED26C4
RGB
CMYK
RGB Variations
Color information
#ED26C4 (or 0xED26C4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 26 and C4. RGB value is (237,38,196). Sum of RGB (Red+Green+Blue) = 237+38+196=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26C4 is #12D93B. Grayscale: #737373. Windows color (decimal): -1235260 or 12855021. OLE color: 12855021.
HSL color Cylindrical-coordinate representation of color #ED26C4: hue angle of 312.36º 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 #ED26C4 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 196 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.07 |
| HSL | 312.36º | 0.85% | 0.54% | - |
| HSV(B) | 312.36º | 0.84% | 0.93% | - |
| XYZ | 45.58 | 23.38 | 54.33 | - |
| YUV | 115.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 196 | 0 | 0.84 | 0.17 | 0.07 | 312.36 | 0.85 | 0.54 |
| Hex | ED | 26 | C4 | 0 | 54 | 11 | 7 | 138 | 55 | 36 |
| Octal | 355 | 46 | 304 | 0 | 124 | 21 | 7 | 470 | 125 | 66 |
| Binary | 11101101 | 100110 | 11000100 | 0 | 1010100 | 10001 | 111 | 100111000 | 1010101 | 110110 |
Color Harmonies of #ED26C4
Complementary color
Monochromatic Colors of #ED26C4
Black with #ED26C4
Text Example
Text Example
White with #ED26C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26C4; }
p { color: rgb(237,38,196); }
H1.HeaderClassName
{
color: #ED26C4;
}
.AnyTagClassName
{
color: #ED26C4;
}
</style>
background-color css
<style>
a { background-color: #ED26C4; }
a { background-color: rgb(237,38,196); }
div.DivClassName
{
background-color: #ED26C4;
}
.BgClassName
{
background-color: #ED26C4;
}
</style>
border-color css
<style>
span { border-color: #ED26C4; }
span { border-color: rgb(237,38,196); }
td.TdClassName
{
border-color: #ED26C4;
}
.TagClassName
{
border-color: #ED26C4;
}
</style>