Shades of Razzle Dazzle Rose #ED39C2
Tints of Razzle Dazzle Rose #ED39C2
RGB
CMYK
RGB Variations
Color information
#ED39C2 (or 0xED39C2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 39 and C2. RGB value is (237,57,194). Sum of RGB (Red+Green+Blue) = 237+57+194=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED39C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED39C2 is #12C63D. Grayscale: #7E7E7E. Windows color (decimal): -1230398 or 12728813. OLE color: 12728813.
HSL color Cylindrical-coordinate representation of color #ED39C2: hue angle of 314.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED39C2 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 194 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.07 |
| HSL | 314.33º | 0.83% | 0.58% | - |
| HSV(B) | 314.33º | 0.76% | 0.93% | - |
| XYZ | 46.13 | 24.83 | 53.4 | - |
| YUV | 126.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 194 | 0 | 0.76 | 0.18 | 0.07 | 314.33 | 0.83 | 0.58 |
| Hex | ED | 39 | C2 | 0 | 4C | 12 | 7 | 13A | 53 | 3A |
| Octal | 355 | 71 | 302 | 0 | 114 | 22 | 7 | 472 | 123 | 72 |
| Binary | 11101101 | 111001 | 11000010 | 0 | 1001100 | 10010 | 111 | 100111010 | 1010011 | 111010 |
Color Harmonies of #ED39C2
Complementary color
Monochromatic Colors of #ED39C2
Black with #ED39C2
Text Example
Text Example
White with #ED39C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED39C2; }
p { color: rgb(237,57,194); }
H1.HeaderClassName
{
color: #ED39C2;
}
.AnyTagClassName
{
color: #ED39C2;
}
</style>
background-color css
<style>
a { background-color: #ED39C2; }
a { background-color: rgb(237,57,194); }
div.DivClassName
{
background-color: #ED39C2;
}
.BgClassName
{
background-color: #ED39C2;
}
</style>
border-color css
<style>
span { border-color: #ED39C2; }
span { border-color: rgb(237,57,194); }
td.TdClassName
{
border-color: #ED39C2;
}
.TagClassName
{
border-color: #ED39C2;
}
</style>