Shades of Razzle Dazzle Rose #ED22CF
Tints of Razzle Dazzle Rose #ED22CF
RGB
CMYK
RGB Variations
Color information
#ED22CF (or 0xED22CF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 22 and CF. RGB value is (237,34,207). Sum of RGB (Red+Green+Blue) = 237+34+207=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22CF is #12DD30. Grayscale: #717171. Windows color (decimal): -1236273 or 13574893. OLE color: 13574893.
HSL color Cylindrical-coordinate representation of color #ED22CF: hue angle of 308.87º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED22CF is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 207 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.07 |
| HSL | 308.87º | 0.85% | 0.53% | - |
| HSV(B) | 308.87º | 0.86% | 0.93% | - |
| XYZ | 46.76 | 23.65 | 61.13 | - |
| YUV | 114.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 207 | 0 | 0.86 | 0.13 | 0.07 | 308.87 | 0.85 | 0.53 |
| Hex | ED | 22 | CF | 0 | 56 | D | 7 | 135 | 55 | 35 |
| Octal | 355 | 42 | 317 | 0 | 126 | 15 | 7 | 465 | 125 | 65 |
| Binary | 11101101 | 100010 | 11001111 | 0 | 1010110 | 1101 | 111 | 100110101 | 1010101 | 110101 |
Color Harmonies of #ED22CF
Complementary color
Monochromatic Colors of #ED22CF
Black with #ED22CF
Text Example
Text Example
White with #ED22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED22CF; }
p { color: rgb(237,34,207); }
H1.HeaderClassName
{
color: #ED22CF;
}
.AnyTagClassName
{
color: #ED22CF;
}
</style>
background-color css
<style>
a { background-color: #ED22CF; }
a { background-color: rgb(237,34,207); }
div.DivClassName
{
background-color: #ED22CF;
}
.BgClassName
{
background-color: #ED22CF;
}
</style>
border-color css
<style>
span { border-color: #ED22CF; }
span { border-color: rgb(237,34,207); }
td.TdClassName
{
border-color: #ED22CF;
}
.TagClassName
{
border-color: #ED22CF;
}
</style>