Shades of Razzle Dazzle Rose #EC2FC5
Tints of Razzle Dazzle Rose #EC2FC5
RGB
CMYK
RGB Variations
Color information
#EC2FC5 (or 0xEC2FC5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and C5. RGB value is (236,47,197). Sum of RGB (Red+Green+Blue) = 236+47+197=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FC5 is #13D03A. Grayscale: #787878. Windows color (decimal): -1298491 or 12922860. OLE color: 12922860.
HSL color Cylindrical-coordinate representation of color #EC2FC5: hue angle of 312.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FC5 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 197 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.07 |
| HSL | 312.38º | 0.83% | 0.55% | - |
| HSV(B) | 312.38º | 0.8% | 0.93% | - |
| XYZ | 45.69 | 23.9 | 55.03 | - |
| YUV | 120.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 197 | 0 | 0.80 | 0.17 | 0.07 | 312.38 | 0.83 | 0.55 |
| Hex | EC | 2F | C5 | 0 | 50 | 11 | 7 | 138 | 53 | 37 |
| Octal | 354 | 57 | 305 | 0 | 120 | 21 | 7 | 470 | 123 | 67 |
| Binary | 11101100 | 101111 | 11000101 | 0 | 1010000 | 10001 | 111 | 100111000 | 1010011 | 110111 |
Color Harmonies of #EC2FC5
Complementary color
Monochromatic Colors of #EC2FC5
Black with #EC2FC5
Text Example
Text Example
White with #EC2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FC5; }
p { color: rgb(236,47,197); }
H1.HeaderClassName
{
color: #EC2FC5;
}
.AnyTagClassName
{
color: #EC2FC5;
}
</style>
background-color css
<style>
a { background-color: #EC2FC5; }
a { background-color: rgb(236,47,197); }
div.DivClassName
{
background-color: #EC2FC5;
}
.BgClassName
{
background-color: #EC2FC5;
}
</style>
border-color css
<style>
span { border-color: #EC2FC5; }
span { border-color: rgb(236,47,197); }
td.TdClassName
{
border-color: #EC2FC5;
}
.TagClassName
{
border-color: #EC2FC5;
}
</style>