Shades of Razzle Dazzle Rose #EC2ECA
Tints of Razzle Dazzle Rose #EC2ECA
RGB
CMYK
RGB Variations
Color information
#EC2ECA (or 0xEC2ECA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and CA. RGB value is (236,46,202). Sum of RGB (Red+Green+Blue) = 236+46+202=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ECA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ECA is #13D135. Grayscale: #787878. Windows color (decimal): -1298742 or 13250284. OLE color: 13250284.
HSL color Cylindrical-coordinate representation of color #EC2ECA: hue angle of 310.74º 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 #EC2ECA is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 202 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.74º | 0.83% | 0.55% | - |
| HSV(B) | 310.74º | 0.81% | 0.93% | - |
| XYZ | 46.23 | 24.05 | 58.08 | - |
| YUV | 120.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 202 | 0 | 0.81 | 0.14 | 0.07 | 310.74 | 0.83 | 0.55 |
| Hex | EC | 2E | CA | 0 | 51 | E | 7 | 137 | 53 | 37 |
| Octal | 354 | 56 | 312 | 0 | 121 | 16 | 7 | 467 | 123 | 67 |
| Binary | 11101100 | 101110 | 11001010 | 0 | 1010001 | 1110 | 111 | 100110111 | 1010011 | 110111 |
Color Harmonies of #EC2ECA
Complementary color
Monochromatic Colors of #EC2ECA
Black with #EC2ECA
Text Example
Text Example
White with #EC2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2ECA; }
p { color: rgb(236,46,202); }
H1.HeaderClassName
{
color: #EC2ECA;
}
.AnyTagClassName
{
color: #EC2ECA;
}
</style>
background-color css
<style>
a { background-color: #EC2ECA; }
a { background-color: rgb(236,46,202); }
div.DivClassName
{
background-color: #EC2ECA;
}
.BgClassName
{
background-color: #EC2ECA;
}
</style>
border-color css
<style>
span { border-color: #EC2ECA; }
span { border-color: rgb(236,46,202); }
td.TdClassName
{
border-color: #EC2ECA;
}
.TagClassName
{
border-color: #EC2ECA;
}
</style>