Shades of Razzle Dazzle Rose #EC44CB
Tints of Razzle Dazzle Rose #EC44CB
RGB
CMYK
RGB Variations
Color information
#EC44CB (or 0xEC44CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 44 and CB. RGB value is (236,68,203). Sum of RGB (Red+Green+Blue) = 236+68+203=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44CB is #13BB34. Grayscale: #858585. Windows color (decimal): -1293109 or 13321452. OLE color: 13321452.
HSL color Cylindrical-coordinate representation of color #EC44CB: hue angle of 311.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44CB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 203 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.07 |
| HSL | 311.79º | 0.82% | 0.6% | - |
| HSV(B) | 311.79º | 0.71% | 0.93% | - |
| XYZ | 47.44 | 26.28 | 59.07 | - |
| YUV | 133.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 203 | 0 | 0.71 | 0.14 | 0.07 | 311.79 | 0.82 | 0.6 |
| Hex | EC | 44 | CB | 0 | 47 | E | 7 | 138 | 52 | 3C |
| Octal | 354 | 104 | 313 | 0 | 107 | 16 | 7 | 470 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11001011 | 0 | 1000111 | 1110 | 111 | 100111000 | 1010010 | 111100 |
Color Harmonies of #EC44CB
Complementary color
Monochromatic Colors of #EC44CB
Black with #EC44CB
Text Example
Text Example
White with #EC44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44CB; }
p { color: rgb(236,68,203); }
H1.HeaderClassName
{
color: #EC44CB;
}
.AnyTagClassName
{
color: #EC44CB;
}
</style>
background-color css
<style>
a { background-color: #EC44CB; }
a { background-color: rgb(236,68,203); }
div.DivClassName
{
background-color: #EC44CB;
}
.BgClassName
{
background-color: #EC44CB;
}
</style>
border-color css
<style>
span { border-color: #EC44CB; }
span { border-color: rgb(236,68,203); }
td.TdClassName
{
border-color: #EC44CB;
}
.TagClassName
{
border-color: #EC44CB;
}
</style>