Shades of Razzle Dazzle Rose #EC42CB
Tints of Razzle Dazzle Rose #EC42CB
RGB
CMYK
RGB Variations
Color information
#EC42CB (or 0xEC42CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 42 and CB. RGB value is (236,66,203). Sum of RGB (Red+Green+Blue) = 236+66+203=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42CB is #13BD34. Grayscale: #848484. Windows color (decimal): -1293621 or 13320940. OLE color: 13320940.
HSL color Cylindrical-coordinate representation of color #EC42CB: hue angle of 311.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42CB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 203 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.07 |
| HSL | 311.65º | 0.82% | 0.59% | - |
| HSV(B) | 311.65º | 0.72% | 0.93% | - |
| XYZ | 47.32 | 26.04 | 59.03 | - |
| YUV | 132.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 203 | 0 | 0.72 | 0.14 | 0.07 | 311.65 | 0.82 | 0.59 |
| Hex | EC | 42 | CB | 0 | 48 | E | 7 | 138 | 52 | 3B |
| Octal | 354 | 102 | 313 | 0 | 110 | 16 | 7 | 470 | 122 | 73 |
| Binary | 11101100 | 1000010 | 11001011 | 0 | 1001000 | 1110 | 111 | 100111000 | 1010010 | 111011 |
Color Harmonies of #EC42CB
Complementary color
Monochromatic Colors of #EC42CB
Black with #EC42CB
Text Example
Text Example
White with #EC42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42CB; }
p { color: rgb(236,66,203); }
H1.HeaderClassName
{
color: #EC42CB;
}
.AnyTagClassName
{
color: #EC42CB;
}
</style>
background-color css
<style>
a { background-color: #EC42CB; }
a { background-color: rgb(236,66,203); }
div.DivClassName
{
background-color: #EC42CB;
}
.BgClassName
{
background-color: #EC42CB;
}
</style>
border-color css
<style>
span { border-color: #EC42CB; }
span { border-color: rgb(236,66,203); }
td.TdClassName
{
border-color: #EC42CB;
}
.TagClassName
{
border-color: #EC42CB;
}
</style>