Shades of Razzle Dazzle Rose #EC2ECF
Tints of Razzle Dazzle Rose #EC2ECF
RGB
CMYK
RGB Variations
Color information
#EC2ECF (or 0xEC2ECF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and CF. RGB value is (236,46,207). Sum of RGB (Red+Green+Blue) = 236+46+207=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ECF is #13D130. Grayscale: #787878. Windows color (decimal): -1298737 or 13577964. OLE color: 13577964.
HSL color Cylindrical-coordinate representation of color #EC2ECF: hue angle of 309.16º degrees, saturation: 0.83, 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 #EC2ECF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 207 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.07 |
| HSL | 309.16º | 0.83% | 0.55% | - |
| HSV(B) | 309.16º | 0.81% | 0.93% | - |
| XYZ | 46.83 | 24.29 | 61.25 | - |
| YUV | 121.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 207 | 0 | 0.81 | 0.12 | 0.07 | 309.16 | 0.83 | 0.55 |
| Hex | EC | 2E | CF | 0 | 51 | C | 7 | 135 | 53 | 37 |
| Octal | 354 | 56 | 317 | 0 | 121 | 14 | 7 | 465 | 123 | 67 |
| Binary | 11101100 | 101110 | 11001111 | 0 | 1010001 | 1100 | 111 | 100110101 | 1010011 | 110111 |
Color Harmonies of #EC2ECF
Complementary color
Monochromatic Colors of #EC2ECF
Black with #EC2ECF
Text Example
Text Example
White with #EC2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ECF; }
p { color: rgb(236,46,207); }
H1.HeaderClassName
{
color: #EC2ECF;
}
.AnyTagClassName
{
color: #EC2ECF;
}
</style>
background-color css
<style>
a { background-color: #EC2ECF; }
a { background-color: rgb(236,46,207); }
div.DivClassName
{
background-color: #EC2ECF;
}
.BgClassName
{
background-color: #EC2ECF;
}
</style>
border-color css
<style>
span { border-color: #EC2ECF; }
span { border-color: rgb(236,46,207); }
td.TdClassName
{
border-color: #EC2ECF;
}
.TagClassName
{
border-color: #EC2ECF;
}
</style>