Shades of Razzle Dazzle Rose #EC41CF
Tints of Razzle Dazzle Rose #EC41CF
RGB
CMYK
RGB Variations
Color information
#EC41CF (or 0xEC41CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and CF. RGB value is (236,65,207). Sum of RGB (Red+Green+Blue) = 236+65+207=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41CF is #13BE30. Grayscale: #838383. Windows color (decimal): -1293873 or 13582828. OLE color: 13582828.
HSL color Cylindrical-coordinate representation of color #EC41CF: hue angle of 310.18º 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 #EC41CF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 207 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.07 |
| HSL | 310.18º | 0.82% | 0.59% | - |
| HSV(B) | 310.18º | 0.72% | 0.93% | - |
| XYZ | 47.74 | 26.12 | 61.56 | - |
| YUV | 132.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 207 | 0 | 0.72 | 0.12 | 0.07 | 310.18 | 0.82 | 0.59 |
| Hex | EC | 41 | CF | 0 | 48 | C | 7 | 136 | 52 | 3B |
| Octal | 354 | 101 | 317 | 0 | 110 | 14 | 7 | 466 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11001111 | 0 | 1001000 | 1100 | 111 | 100110110 | 1010010 | 111011 |
Color Harmonies of #EC41CF
Complementary color
Monochromatic Colors of #EC41CF
Black with #EC41CF
Text Example
Text Example
White with #EC41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41CF; }
p { color: rgb(236,65,207); }
H1.HeaderClassName
{
color: #EC41CF;
}
.AnyTagClassName
{
color: #EC41CF;
}
</style>
background-color css
<style>
a { background-color: #EC41CF; }
a { background-color: rgb(236,65,207); }
div.DivClassName
{
background-color: #EC41CF;
}
.BgClassName
{
background-color: #EC41CF;
}
</style>
border-color css
<style>
span { border-color: #EC41CF; }
span { border-color: rgb(236,65,207); }
td.TdClassName
{
border-color: #EC41CF;
}
.TagClassName
{
border-color: #EC41CF;
}
</style>