Shades of Razzle Dazzle Rose #EC26C1
Tints of Razzle Dazzle Rose #EC26C1
RGB
CMYK
RGB Variations
Color information
#EC26C1 (or 0xEC26C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 26 and C1. RGB value is (236,38,193). Sum of RGB (Red+Green+Blue) = 236+38+193=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC26C1 is #13D93E. Grayscale: #727272. Windows color (decimal): -1300799 or 12658412. OLE color: 12658412.
HSL color Cylindrical-coordinate representation of color #EC26C1: hue angle of 313.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC26C1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 193 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.07 |
| HSL | 313.03º | 0.84% | 0.54% | - |
| HSV(B) | 313.03º | 0.84% | 0.93% | - |
| XYZ | 44.91 | 23.07 | 52.54 | - |
| YUV | 114.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 193 | 0 | 0.84 | 0.18 | 0.07 | 313.03 | 0.84 | 0.54 |
| Hex | EC | 26 | C1 | 0 | 54 | 12 | 7 | 139 | 54 | 36 |
| Octal | 354 | 46 | 301 | 0 | 124 | 22 | 7 | 471 | 124 | 66 |
| Binary | 11101100 | 100110 | 11000001 | 0 | 1010100 | 10010 | 111 | 100111001 | 1010100 | 110110 |
Color Harmonies of #EC26C1
Complementary color
Monochromatic Colors of #EC26C1
Black with #EC26C1
Text Example
Text Example
White with #EC26C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26C1; }
p { color: rgb(236,38,193); }
H1.HeaderClassName
{
color: #EC26C1;
}
.AnyTagClassName
{
color: #EC26C1;
}
</style>
background-color css
<style>
a { background-color: #EC26C1; }
a { background-color: rgb(236,38,193); }
div.DivClassName
{
background-color: #EC26C1;
}
.BgClassName
{
background-color: #EC26C1;
}
</style>
border-color css
<style>
span { border-color: #EC26C1; }
span { border-color: rgb(236,38,193); }
td.TdClassName
{
border-color: #EC26C1;
}
.TagClassName
{
border-color: #EC26C1;
}
</style>