Shades of Razzle Dazzle Rose #EC2DEF
Tints of Razzle Dazzle Rose #EC2DEF
RGB
CMYK
RGB Variations
Color information
#EC2DEF (or 0xEC2DEF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and EF. RGB value is (236,45,239). Sum of RGB (Red+Green+Blue) = 236+45+239=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC2DEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2DEF is #13D210. Grayscale: #7B7B7B. Windows color (decimal): -1298961 or 15674860. OLE color: 15674860.
HSL color Cylindrical-coordinate representation of color #EC2DEF: hue angle of 299.07º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2DEF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 45 | 239 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.06 |
| HSL | 299.07º | 0.86% | 0.56% | - |
| HSV(B) | 299.07º | 0.81% | 0.94% | - |
| XYZ | 51.11 | 25.94 | 83.97 | - |
| YUV | 124.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 239 | 0.01 | 0.81 | 0 | 0.06 | 299.07 | 0.86 | 0.56 |
| Hex | EC | 2D | EF | 1 | 51 | 0 | 6 | 12B | 56 | 38 |
| Octal | 354 | 55 | 357 | 1 | 121 | 0 | 6 | 453 | 126 | 70 |
| Binary | 11101100 | 101101 | 11101111 | 1 | 1010001 | 0 | 110 | 100101011 | 1010110 | 111000 |
Color Harmonies of #EC2DEF
Complementary color
Monochromatic Colors of #EC2DEF
Black with #EC2DEF
Text Example
Text Example
White with #EC2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DEF; }
p { color: rgb(236,45,239); }
H1.HeaderClassName
{
color: #EC2DEF;
}
.AnyTagClassName
{
color: #EC2DEF;
}
</style>
background-color css
<style>
a { background-color: #EC2DEF; }
a { background-color: rgb(236,45,239); }
div.DivClassName
{
background-color: #EC2DEF;
}
.BgClassName
{
background-color: #EC2DEF;
}
</style>
border-color css
<style>
span { border-color: #EC2DEF; }
span { border-color: rgb(236,45,239); }
td.TdClassName
{
border-color: #EC2DEF;
}
.TagClassName
{
border-color: #EC2DEF;
}
</style>