Shades of Razzle Dazzle Rose #EC2ECB
Tints of Razzle Dazzle Rose #EC2ECB
RGB
CMYK
RGB Variations
Color information
#EC2ECB (or 0xEC2ECB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and CB. RGB value is (236,46,203). Sum of RGB (Red+Green+Blue) = 236+46+203=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ECB is #13D134. Grayscale: #787878. Windows color (decimal): -1298741 or 13315820. OLE color: 13315820.
HSL color Cylindrical-coordinate representation of color #EC2ECB: hue angle of 310.42º 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 #EC2ECB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 203 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.42º | 0.83% | 0.55% | - |
| HSV(B) | 310.42º | 0.81% | 0.93% | - |
| XYZ | 46.35 | 24.1 | 58.71 | - |
| YUV | 120.71 | 174.45 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 203 | 0 | 0.81 | 0.14 | 0.07 | 310.42 | 0.83 | 0.55 |
| Hex | EC | 2E | CB | 0 | 51 | E | 7 | 136 | 53 | 37 |
| Octal | 354 | 56 | 313 | 0 | 121 | 16 | 7 | 466 | 123 | 67 |
| Binary | 11101100 | 101110 | 11001011 | 0 | 1010001 | 1110 | 111 | 100110110 | 1010011 | 110111 |
Color Harmonies of #EC2ECB
Complementary color
Monochromatic Colors of #EC2ECB
Black with #EC2ECB
Text Example
Text Example
White with #EC2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ECB; }
p { color: rgb(236,46,203); }
H1.HeaderClassName
{
color: #EC2ECB;
}
.AnyTagClassName
{
color: #EC2ECB;
}
</style>
background-color css
<style>
a { background-color: #EC2ECB; }
a { background-color: rgb(236,46,203); }
div.DivClassName
{
background-color: #EC2ECB;
}
.BgClassName
{
background-color: #EC2ECB;
}
</style>
border-color css
<style>
span { border-color: #EC2ECB; }
span { border-color: rgb(236,46,203); }
td.TdClassName
{
border-color: #EC2ECB;
}
.TagClassName
{
border-color: #EC2ECB;
}
</style>