Shades of Razzle Dazzle Rose #ED35C0
Tints of Razzle Dazzle Rose #ED35C0
RGB
CMYK
RGB Variations
Color information
#ED35C0 (or 0xED35C0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 35 and C0. RGB value is (237,53,192). Sum of RGB (Red+Green+Blue) = 237+53+192=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED35C0 is #12CA3F. Grayscale: #7B7B7B. Windows color (decimal): -1231424 or 12596717. OLE color: 12596717.
HSL color Cylindrical-coordinate representation of color #ED35C0: hue angle of 314.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED35C0 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 192 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.07 |
| HSL | 314.67º | 0.84% | 0.57% | - |
| HSV(B) | 314.67º | 0.78% | 0.93% | - |
| XYZ | 45.71 | 24.36 | 52.16 | - |
| YUV | 123.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 192 | 0 | 0.78 | 0.19 | 0.07 | 314.67 | 0.84 | 0.57 |
| Hex | ED | 35 | C0 | 0 | 4E | 13 | 7 | 13B | 54 | 39 |
| Octal | 355 | 65 | 300 | 0 | 116 | 23 | 7 | 473 | 124 | 71 |
| Binary | 11101101 | 110101 | 11000000 | 0 | 1001110 | 10011 | 111 | 100111011 | 1010100 | 111001 |
Color Harmonies of #ED35C0
Complementary color
Monochromatic Colors of #ED35C0
Black with #ED35C0
Text Example
Text Example
White with #ED35C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED35C0; }
p { color: rgb(237,53,192); }
H1.HeaderClassName
{
color: #ED35C0;
}
.AnyTagClassName
{
color: #ED35C0;
}
</style>
background-color css
<style>
a { background-color: #ED35C0; }
a { background-color: rgb(237,53,192); }
div.DivClassName
{
background-color: #ED35C0;
}
.BgClassName
{
background-color: #ED35C0;
}
</style>
border-color css
<style>
span { border-color: #ED35C0; }
span { border-color: rgb(237,53,192); }
td.TdClassName
{
border-color: #ED35C0;
}
.TagClassName
{
border-color: #ED35C0;
}
</style>