Shades of Razzle Dazzle Rose #ED43C7
Tints of Razzle Dazzle Rose #ED43C7
RGB
CMYK
RGB Variations
Color information
#ED43C7 (or 0xED43C7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 43 and C7. RGB value is (237,67,199). Sum of RGB (Red+Green+Blue) = 237+67+199=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43C7 is #12BC38. Grayscale: #848484. Windows color (decimal): -1227833 or 13059053. OLE color: 13059053.
HSL color Cylindrical-coordinate representation of color #ED43C7: hue angle of 313.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED43C7 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 199 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.07 |
| HSL | 313.41º | 0.83% | 0.6% | - |
| HSV(B) | 313.41º | 0.72% | 0.93% | - |
| XYZ | 47.24 | 26.14 | 56.59 | - |
| YUV | 132.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 199 | 0 | 0.72 | 0.16 | 0.07 | 313.41 | 0.83 | 0.6 |
| Hex | ED | 43 | C7 | 0 | 48 | 10 | 7 | 139 | 53 | 3C |
| Octal | 355 | 103 | 307 | 0 | 110 | 20 | 7 | 471 | 123 | 74 |
| Binary | 11101101 | 1000011 | 11000111 | 0 | 1001000 | 10000 | 111 | 100111001 | 1010011 | 111100 |
Color Harmonies of #ED43C7
Complementary color
Monochromatic Colors of #ED43C7
Black with #ED43C7
Text Example
Text Example
White with #ED43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED43C7; }
p { color: rgb(237,67,199); }
H1.HeaderClassName
{
color: #ED43C7;
}
.AnyTagClassName
{
color: #ED43C7;
}
</style>
background-color css
<style>
a { background-color: #ED43C7; }
a { background-color: rgb(237,67,199); }
div.DivClassName
{
background-color: #ED43C7;
}
.BgClassName
{
background-color: #ED43C7;
}
</style>
border-color css
<style>
span { border-color: #ED43C7; }
span { border-color: rgb(237,67,199); }
td.TdClassName
{
border-color: #ED43C7;
}
.TagClassName
{
border-color: #ED43C7;
}
</style>