Shades of Razzle Dazzle Rose #ED4CC0
Tints of Razzle Dazzle Rose #ED4CC0
RGB
CMYK
RGB Variations
Color information
#ED4CC0 (or 0xED4CC0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4C and C0. RGB value is (237,76,192). Sum of RGB (Red+Green+Blue) = 237+76+192=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CC0 is #12B33F. Grayscale: #898989. Windows color (decimal): -1225536 or 12602605. OLE color: 12602605.
HSL color Cylindrical-coordinate representation of color #ED4CC0: hue angle of 316.77º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4CC0 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 192 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 316.77º | 0.82% | 0.61% | - |
| HSV(B) | 316.77º | 0.68% | 0.93% | - |
| XYZ | 47.02 | 26.98 | 52.6 | - |
| YUV | 137.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 192 | 0 | 0.68 | 0.19 | 0.07 | 316.77 | 0.82 | 0.61 |
| Hex | ED | 4C | C0 | 0 | 44 | 13 | 7 | 13D | 52 | 3D |
| Octal | 355 | 114 | 300 | 0 | 104 | 23 | 7 | 475 | 122 | 75 |
| Binary | 11101101 | 1001100 | 11000000 | 0 | 1000100 | 10011 | 111 | 100111101 | 1010010 | 111101 |
Color Harmonies of #ED4CC0
Complementary color
Monochromatic Colors of #ED4CC0
Black with #ED4CC0
Text Example
Text Example
White with #ED4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CC0; }
p { color: rgb(237,76,192); }
H1.HeaderClassName
{
color: #ED4CC0;
}
.AnyTagClassName
{
color: #ED4CC0;
}
</style>
background-color css
<style>
a { background-color: #ED4CC0; }
a { background-color: rgb(237,76,192); }
div.DivClassName
{
background-color: #ED4CC0;
}
.BgClassName
{
background-color: #ED4CC0;
}
</style>
border-color css
<style>
span { border-color: #ED4CC0; }
span { border-color: rgb(237,76,192); }
td.TdClassName
{
border-color: #ED4CC0;
}
.TagClassName
{
border-color: #ED4CC0;
}
</style>