Shades of Razzle Dazzle Rose #EC2FF4
Tints of Razzle Dazzle Rose #EC2FF4
RGB
CMYK
RGB Variations
Color information
#EC2FF4 (or 0xEC2FF4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and F4. RGB value is (236,47,244). Sum of RGB (Red+Green+Blue) = 236+47+244=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC2FF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2FF4 is #13D00B. Grayscale: #7D7D7D. Windows color (decimal): -1298444 or 16003052. OLE color: 16003052.
HSL color Cylindrical-coordinate representation of color #EC2FF4: hue angle of 297.56º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2FF4 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 47 | 244 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.04 |
| HSL | 297.56º | 0.9% | 0.57% | - |
| HSV(B) | 297.56º | 0.81% | 0.96% | - |
| XYZ | 51.94 | 26.4 | 87.95 | - |
| YUV | 125.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 244 | 0.03 | 0.81 | 0 | 0.04 | 297.56 | 0.9 | 0.57 |
| Hex | EC | 2F | F4 | 3 | 51 | 0 | 4 | 12A | 5A | 39 |
| Octal | 354 | 57 | 364 | 3 | 121 | 0 | 4 | 452 | 132 | 71 |
| Binary | 11101100 | 101111 | 11110100 | 11 | 1010001 | 0 | 100 | 100101010 | 1011010 | 111001 |
Color Harmonies of #EC2FF4
Complementary color
Monochromatic Colors of #EC2FF4
Black with #EC2FF4
Text Example
Text Example
White with #EC2FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FF4; }
p { color: rgb(236,47,244); }
H1.HeaderClassName
{
color: #EC2FF4;
}
.AnyTagClassName
{
color: #EC2FF4;
}
</style>
background-color css
<style>
a { background-color: #EC2FF4; }
a { background-color: rgb(236,47,244); }
div.DivClassName
{
background-color: #EC2FF4;
}
.BgClassName
{
background-color: #EC2FF4;
}
</style>
border-color css
<style>
span { border-color: #EC2FF4; }
span { border-color: rgb(236,47,244); }
td.TdClassName
{
border-color: #EC2FF4;
}
.TagClassName
{
border-color: #EC2FF4;
}
</style>