Shades of Razzle Dazzle Rose #EC2BEF
Tints of Razzle Dazzle Rose #EC2BEF
RGB
CMYK
RGB Variations
Color information
#EC2BEF (or 0xEC2BEF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2B and EF. RGB value is (236,43,239). Sum of RGB (Red+Green+Blue) = 236+43+239=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 43 (17.19% from 255 or 8.30% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC2BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2BEF is #13D410. Grayscale: #7A7A7A. Windows color (decimal): -1299473 or 15674348. OLE color: 15674348.
HSL color Cylindrical-coordinate representation of color #EC2BEF: hue angle of 299.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BEF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 43 | 239 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.06 |
| HSL | 299.08º | 0.86% | 0.55% | - |
| HSV(B) | 299.08º | 0.82% | 0.94% | - |
| XYZ | 51.04 | 25.79 | 83.95 | - |
| YUV | 123.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 239 | 0.01 | 0.82 | 0 | 0.06 | 299.08 | 0.86 | 0.55 |
| Hex | EC | 2B | EF | 1 | 52 | 0 | 6 | 12B | 56 | 37 |
| Octal | 354 | 53 | 357 | 1 | 122 | 0 | 6 | 453 | 126 | 67 |
| Binary | 11101100 | 101011 | 11101111 | 1 | 1010010 | 0 | 110 | 100101011 | 1010110 | 110111 |
Color Harmonies of #EC2BEF
Complementary color
Monochromatic Colors of #EC2BEF
Black with #EC2BEF
Text Example
Text Example
White with #EC2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BEF; }
p { color: rgb(236,43,239); }
H1.HeaderClassName
{
color: #EC2BEF;
}
.AnyTagClassName
{
color: #EC2BEF;
}
</style>
background-color css
<style>
a { background-color: #EC2BEF; }
a { background-color: rgb(236,43,239); }
div.DivClassName
{
background-color: #EC2BEF;
}
.BgClassName
{
background-color: #EC2BEF;
}
</style>
border-color css
<style>
span { border-color: #EC2BEF; }
span { border-color: rgb(236,43,239); }
td.TdClassName
{
border-color: #EC2BEF;
}
.TagClassName
{
border-color: #EC2BEF;
}
</style>