Shades of Razzle Dazzle Rose #EC3CCB
Tints of Razzle Dazzle Rose #EC3CCB
RGB
CMYK
RGB Variations
Color information
#EC3CCB (or 0xEC3CCB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 3C and CB. RGB value is (236,60,203). Sum of RGB (Red+Green+Blue) = 236+60+203=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CCB is #13C334. Grayscale: #808080. Windows color (decimal): -1295157 or 13319404. OLE color: 13319404.
HSL color Cylindrical-coordinate representation of color #EC3CCB: hue angle of 311.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CCB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 203 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.07 |
| HSL | 311.25º | 0.82% | 0.58% | - |
| HSV(B) | 311.25º | 0.75% | 0.93% | - |
| XYZ | 46.99 | 25.38 | 58.92 | - |
| YUV | 128.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 203 | 0 | 0.75 | 0.14 | 0.07 | 311.25 | 0.82 | 0.58 |
| Hex | EC | 3C | CB | 0 | 4B | E | 7 | 137 | 52 | 3A |
| Octal | 354 | 74 | 313 | 0 | 113 | 16 | 7 | 467 | 122 | 72 |
| Binary | 11101100 | 111100 | 11001011 | 0 | 1001011 | 1110 | 111 | 100110111 | 1010010 | 111010 |
Color Harmonies of #EC3CCB
Complementary color
Monochromatic Colors of #EC3CCB
Black with #EC3CCB
Text Example
Text Example
White with #EC3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CCB; }
p { color: rgb(236,60,203); }
H1.HeaderClassName
{
color: #EC3CCB;
}
.AnyTagClassName
{
color: #EC3CCB;
}
</style>
background-color css
<style>
a { background-color: #EC3CCB; }
a { background-color: rgb(236,60,203); }
div.DivClassName
{
background-color: #EC3CCB;
}
.BgClassName
{
background-color: #EC3CCB;
}
</style>
border-color css
<style>
span { border-color: #EC3CCB; }
span { border-color: rgb(236,60,203); }
td.TdClassName
{
border-color: #EC3CCB;
}
.TagClassName
{
border-color: #EC3CCB;
}
</style>