Shades of Razzle Dazzle Rose #ED28C4
Tints of Razzle Dazzle Rose #ED28C4
RGB
CMYK
RGB Variations
Color information
#ED28C4 (or 0xED28C4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and C4. RGB value is (237,40,196). Sum of RGB (Red+Green+Blue) = 237+40+196=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28C4 is #12D73B. Grayscale: #747474. Windows color (decimal): -1234748 or 12855533. OLE color: 12855533.
HSL color Cylindrical-coordinate representation of color #ED28C4: hue angle of 312.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28C4 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 196 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.07 |
| HSL | 312.49º | 0.85% | 0.54% | - |
| HSV(B) | 312.49º | 0.83% | 0.93% | - |
| XYZ | 45.65 | 23.51 | 54.36 | - |
| YUV | 116.69 | 172.77 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 196 | 0 | 0.83 | 0.17 | 0.07 | 312.49 | 0.85 | 0.54 |
| Hex | ED | 28 | C4 | 0 | 53 | 11 | 7 | 138 | 55 | 36 |
| Octal | 355 | 50 | 304 | 0 | 123 | 21 | 7 | 470 | 125 | 66 |
| Binary | 11101101 | 101000 | 11000100 | 0 | 1010011 | 10001 | 111 | 100111000 | 1010101 | 110110 |
Color Harmonies of #ED28C4
Complementary color
Monochromatic Colors of #ED28C4
Black with #ED28C4
Text Example
Text Example
White with #ED28C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28C4; }
p { color: rgb(237,40,196); }
H1.HeaderClassName
{
color: #ED28C4;
}
.AnyTagClassName
{
color: #ED28C4;
}
</style>
background-color css
<style>
a { background-color: #ED28C4; }
a { background-color: rgb(237,40,196); }
div.DivClassName
{
background-color: #ED28C4;
}
.BgClassName
{
background-color: #ED28C4;
}
</style>
border-color css
<style>
span { border-color: #ED28C4; }
span { border-color: rgb(237,40,196); }
td.TdClassName
{
border-color: #ED28C4;
}
.TagClassName
{
border-color: #ED28C4;
}
</style>