Shades of Razzle Dazzle Rose #ED4CC1
Tints of Razzle Dazzle Rose #ED4CC1
RGB
CMYK
RGB Variations
Color information
#ED4CC1 (or 0xED4CC1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4C and C1. RGB value is (237,76,193). Sum of RGB (Red+Green+Blue) = 237+76+193=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CC1 is #12B33E. Grayscale: #898989. Windows color (decimal): -1225535 or 12668141. OLE color: 12668141.
HSL color Cylindrical-coordinate representation of color #ED4CC1: hue angle of 316.4º 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 #ED4CC1 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 193 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 316.4º | 0.82% | 0.61% | - |
| HSV(B) | 316.4º | 0.68% | 0.93% | - |
| XYZ | 47.14 | 27.02 | 53.18 | - |
| YUV | 137.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 193 | 0 | 0.68 | 0.19 | 0.07 | 316.4 | 0.82 | 0.61 |
| Hex | ED | 4C | C1 | 0 | 44 | 13 | 7 | 13C | 52 | 3D |
| Octal | 355 | 114 | 301 | 0 | 104 | 23 | 7 | 474 | 122 | 75 |
| Binary | 11101101 | 1001100 | 11000001 | 0 | 1000100 | 10011 | 111 | 100111100 | 1010010 | 111101 |
Color Harmonies of #ED4CC1
Complementary color
Monochromatic Colors of #ED4CC1
Black with #ED4CC1
Text Example
Text Example
White with #ED4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4CC1; }
p { color: rgb(237,76,193); }
H1.HeaderClassName
{
color: #ED4CC1;
}
.AnyTagClassName
{
color: #ED4CC1;
}
</style>
background-color css
<style>
a { background-color: #ED4CC1; }
a { background-color: rgb(237,76,193); }
div.DivClassName
{
background-color: #ED4CC1;
}
.BgClassName
{
background-color: #ED4CC1;
}
</style>
border-color css
<style>
span { border-color: #ED4CC1; }
span { border-color: rgb(237,76,193); }
td.TdClassName
{
border-color: #ED4CC1;
}
.TagClassName
{
border-color: #ED4CC1;
}
</style>