Shades of Razzle Dazzle Rose #EC2FCF
Tints of Razzle Dazzle Rose #EC2FCF
RGB
CMYK
RGB Variations
Color information
#EC2FCF (or 0xEC2FCF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and CF. RGB value is (236,47,207). Sum of RGB (Red+Green+Blue) = 236+47+207=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FCF is #13D030. Grayscale: #797979. Windows color (decimal): -1298481 or 13578220. OLE color: 13578220.
HSL color Cylindrical-coordinate representation of color #EC2FCF: hue angle of 309.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FCF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 207 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.07 |
| HSL | 309.21º | 0.83% | 0.55% | - |
| HSV(B) | 309.21º | 0.8% | 0.93% | - |
| XYZ | 46.87 | 24.37 | 61.27 | - |
| YUV | 121.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 207 | 0 | 0.80 | 0.12 | 0.07 | 309.21 | 0.83 | 0.55 |
| Hex | EC | 2F | CF | 0 | 50 | C | 7 | 135 | 53 | 37 |
| Octal | 354 | 57 | 317 | 0 | 120 | 14 | 7 | 465 | 123 | 67 |
| Binary | 11101100 | 101111 | 11001111 | 0 | 1010000 | 1100 | 111 | 100110101 | 1010011 | 110111 |
Color Harmonies of #EC2FCF
Complementary color
Monochromatic Colors of #EC2FCF
Black with #EC2FCF
Text Example
Text Example
White with #EC2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FCF; }
p { color: rgb(236,47,207); }
H1.HeaderClassName
{
color: #EC2FCF;
}
.AnyTagClassName
{
color: #EC2FCF;
}
</style>
background-color css
<style>
a { background-color: #EC2FCF; }
a { background-color: rgb(236,47,207); }
div.DivClassName
{
background-color: #EC2FCF;
}
.BgClassName
{
background-color: #EC2FCF;
}
</style>
border-color css
<style>
span { border-color: #EC2FCF; }
span { border-color: rgb(236,47,207); }
td.TdClassName
{
border-color: #EC2FCF;
}
.TagClassName
{
border-color: #EC2FCF;
}
</style>