Shades of Razzle Dazzle Rose #ED2CCF
Tints of Razzle Dazzle Rose #ED2CCF
RGB
CMYK
RGB Variations
Color information
#ED2CCF (or 0xED2CCF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and CF. RGB value is (237,44,207). Sum of RGB (Red+Green+Blue) = 237+44+207=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CCF is #12D330. Grayscale: #777777. Windows color (decimal): -1233713 or 13577453. OLE color: 13577453.
HSL color Cylindrical-coordinate representation of color #ED2CCF: hue angle of 309.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2CCF is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 44 | 207 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.07 |
| HSL | 309.33º | 0.84% | 0.55% | - |
| HSV(B) | 309.33º | 0.81% | 0.93% | - |
| XYZ | 47.09 | 24.31 | 61.24 | - |
| YUV | 120.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 207 | 0 | 0.81 | 0.13 | 0.07 | 309.33 | 0.84 | 0.55 |
| Hex | ED | 2C | CF | 0 | 51 | D | 7 | 135 | 54 | 37 |
| Octal | 355 | 54 | 317 | 0 | 121 | 15 | 7 | 465 | 124 | 67 |
| Binary | 11101101 | 101100 | 11001111 | 0 | 1010001 | 1101 | 111 | 100110101 | 1010100 | 110111 |
Color Harmonies of #ED2CCF
Complementary color
Monochromatic Colors of #ED2CCF
Black with #ED2CCF
Text Example
Text Example
White with #ED2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CCF; }
p { color: rgb(237,44,207); }
H1.HeaderClassName
{
color: #ED2CCF;
}
.AnyTagClassName
{
color: #ED2CCF;
}
</style>
background-color css
<style>
a { background-color: #ED2CCF; }
a { background-color: rgb(237,44,207); }
div.DivClassName
{
background-color: #ED2CCF;
}
.BgClassName
{
background-color: #ED2CCF;
}
</style>
border-color css
<style>
span { border-color: #ED2CCF; }
span { border-color: rgb(237,44,207); }
td.TdClassName
{
border-color: #ED2CCF;
}
.TagClassName
{
border-color: #ED2CCF;
}
</style>