Shades of Razzle Dazzle Rose #EC43CB
Tints of Razzle Dazzle Rose #EC43CB
RGB
CMYK
RGB Variations
Color information
#EC43CB (or 0xEC43CB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 43 and CB. RGB value is (236,67,203). Sum of RGB (Red+Green+Blue) = 236+67+203=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC43CB is #13BC34. Grayscale: #848484. Windows color (decimal): -1293365 or 13321196. OLE color: 13321196.
HSL color Cylindrical-coordinate representation of color #EC43CB: hue angle of 311.72º 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 #EC43CB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 203 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.07 |
| HSL | 311.72º | 0.82% | 0.59% | - |
| HSV(B) | 311.72º | 0.72% | 0.93% | - |
| XYZ | 47.38 | 26.16 | 59.05 | - |
| YUV | 133.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 203 | 0 | 0.72 | 0.14 | 0.07 | 311.72 | 0.82 | 0.59 |
| Hex | EC | 43 | CB | 0 | 48 | E | 7 | 138 | 52 | 3B |
| Octal | 354 | 103 | 313 | 0 | 110 | 16 | 7 | 470 | 122 | 73 |
| Binary | 11101100 | 1000011 | 11001011 | 0 | 1001000 | 1110 | 111 | 100111000 | 1010010 | 111011 |
Color Harmonies of #EC43CB
Complementary color
Monochromatic Colors of #EC43CB
Black with #EC43CB
Text Example
Text Example
White with #EC43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43CB; }
p { color: rgb(236,67,203); }
H1.HeaderClassName
{
color: #EC43CB;
}
.AnyTagClassName
{
color: #EC43CB;
}
</style>
background-color css
<style>
a { background-color: #EC43CB; }
a { background-color: rgb(236,67,203); }
div.DivClassName
{
background-color: #EC43CB;
}
.BgClassName
{
background-color: #EC43CB;
}
</style>
border-color css
<style>
span { border-color: #EC43CB; }
span { border-color: rgb(236,67,203); }
td.TdClassName
{
border-color: #EC43CB;
}
.TagClassName
{
border-color: #EC43CB;
}
</style>