Shades of Razzle Dazzle Rose #EC3ECB
Tints of Razzle Dazzle Rose #EC3ECB
RGB
CMYK
RGB Variations
Color information
#EC3ECB (or 0xEC3ECB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3E and CB. RGB value is (236,62,203). Sum of RGB (Red+Green+Blue) = 236+62+203=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3ECB is #13C134. Grayscale: #818181. Windows color (decimal): -1294645 or 13319916. OLE color: 13319916.
HSL color Cylindrical-coordinate representation of color #EC3ECB: hue angle of 311.38º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3ECB is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 203 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.07 |
| HSL | 311.38º | 0.82% | 0.58% | - |
| HSV(B) | 311.38º | 0.74% | 0.93% | - |
| XYZ | 47.09 | 25.59 | 58.96 | - |
| YUV | 130.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 203 | 0 | 0.74 | 0.14 | 0.07 | 311.38 | 0.82 | 0.58 |
| Hex | EC | 3E | CB | 0 | 4A | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 76 | 313 | 0 | 112 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111110 | 11001011 | 0 | 1001010 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3ECB
Complementary color
Monochromatic Colors of #EC3ECB
Black with #EC3ECB
Text Example
Text Example
White with #EC3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3ECB; }
p { color: rgb(236,62,203); }
H1.HeaderClassName
{
color: #EC3ECB;
}
.AnyTagClassName
{
color: #EC3ECB;
}
</style>
background-color css
<style>
a { background-color: #EC3ECB; }
a { background-color: rgb(236,62,203); }
div.DivClassName
{
background-color: #EC3ECB;
}
.BgClassName
{
background-color: #EC3ECB;
}
</style>
border-color css
<style>
span { border-color: #EC3ECB; }
span { border-color: rgb(236,62,203); }
td.TdClassName
{
border-color: #EC3ECB;
}
.TagClassName
{
border-color: #EC3ECB;
}
</style>