Shades of Razzle Dazzle Rose #ED4BC1
Tints of Razzle Dazzle Rose #ED4BC1
RGB
CMYK
RGB Variations
Color information
#ED4BC1 (or 0xED4BC1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4B and C1. RGB value is (237,75,193). Sum of RGB (Red+Green+Blue) = 237+75+193=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BC1 is #12B43E. Grayscale: #888888. Windows color (decimal): -1225791 or 12667885. OLE color: 12667885.
HSL color Cylindrical-coordinate representation of color #ED4BC1: hue angle of 316.3º 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 #ED4BC1 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 193 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.07 |
| HSL | 316.3º | 0.82% | 0.61% | - |
| HSV(B) | 316.3º | 0.68% | 0.93% | - |
| XYZ | 47.07 | 26.89 | 53.16 | - |
| YUV | 136.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 193 | 0 | 0.68 | 0.19 | 0.07 | 316.3 | 0.82 | 0.61 |
| Hex | ED | 4B | C1 | 0 | 44 | 13 | 7 | 13C | 52 | 3D |
| Octal | 355 | 113 | 301 | 0 | 104 | 23 | 7 | 474 | 122 | 75 |
| Binary | 11101101 | 1001011 | 11000001 | 0 | 1000100 | 10011 | 111 | 100111100 | 1010010 | 111101 |
Color Harmonies of #ED4BC1
Complementary color
Monochromatic Colors of #ED4BC1
Black with #ED4BC1
Text Example
Text Example
White with #ED4BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BC1; }
p { color: rgb(237,75,193); }
H1.HeaderClassName
{
color: #ED4BC1;
}
.AnyTagClassName
{
color: #ED4BC1;
}
</style>
background-color css
<style>
a { background-color: #ED4BC1; }
a { background-color: rgb(237,75,193); }
div.DivClassName
{
background-color: #ED4BC1;
}
.BgClassName
{
background-color: #ED4BC1;
}
</style>
border-color css
<style>
span { border-color: #ED4BC1; }
span { border-color: rgb(237,75,193); }
td.TdClassName
{
border-color: #ED4BC1;
}
.TagClassName
{
border-color: #ED4BC1;
}
</style>