Shades of Razzle Dazzle Rose #EC26C4
Tints of Razzle Dazzle Rose #EC26C4
RGB
CMYK
RGB Variations
Color information
#EC26C4 (or 0xEC26C4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 26 and C4. RGB value is (236,38,196). Sum of RGB (Red+Green+Blue) = 236+38+196=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC26C4 is #13D93B. Grayscale: #727272. Windows color (decimal): -1300796 or 12855020. OLE color: 12855020.
HSL color Cylindrical-coordinate representation of color #EC26C4: hue angle of 312.12º 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 #EC26C4 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 196 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.07 |
| HSL | 312.12º | 0.84% | 0.54% | - |
| HSV(B) | 312.12º | 0.84% | 0.93% | - |
| XYZ | 45.25 | 23.2 | 54.32 | - |
| YUV | 115.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 196 | 0 | 0.84 | 0.17 | 0.07 | 312.12 | 0.84 | 0.54 |
| Hex | EC | 26 | C4 | 0 | 54 | 11 | 7 | 138 | 54 | 36 |
| Octal | 354 | 46 | 304 | 0 | 124 | 21 | 7 | 470 | 124 | 66 |
| Binary | 11101100 | 100110 | 11000100 | 0 | 1010100 | 10001 | 111 | 100111000 | 1010100 | 110110 |
Color Harmonies of #EC26C4
Complementary color
Monochromatic Colors of #EC26C4
Black with #EC26C4
Text Example
Text Example
White with #EC26C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26C4; }
p { color: rgb(236,38,196); }
H1.HeaderClassName
{
color: #EC26C4;
}
.AnyTagClassName
{
color: #EC26C4;
}
</style>
background-color css
<style>
a { background-color: #EC26C4; }
a { background-color: rgb(236,38,196); }
div.DivClassName
{
background-color: #EC26C4;
}
.BgClassName
{
background-color: #EC26C4;
}
</style>
border-color css
<style>
span { border-color: #EC26C4; }
span { border-color: rgb(236,38,196); }
td.TdClassName
{
border-color: #EC26C4;
}
.TagClassName
{
border-color: #EC26C4;
}
</style>