Shades of Razzle Dazzle Rose #EC2FE1
Tints of Razzle Dazzle Rose #EC2FE1
RGB
CMYK
RGB Variations
Color information
#EC2FE1 (or 0xEC2FE1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and E1. RGB value is (236,47,225). Sum of RGB (Red+Green+Blue) = 236+47+225=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FE1 is #13D01E. Grayscale: #7B7B7B. Windows color (decimal): -1298463 or 14757868. OLE color: 14757868.
HSL color Cylindrical-coordinate representation of color #EC2FE1: hue angle of 303.49º 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 #EC2FE1 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 225 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.07 |
| HSL | 303.49º | 0.83% | 0.55% | - |
| HSV(B) | 303.49º | 0.8% | 0.93% | - |
| XYZ | 49.2 | 25.3 | 73.52 | - |
| YUV | 123.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 225 | 0 | 0.80 | 0.05 | 0.07 | 303.49 | 0.83 | 0.55 |
| Hex | EC | 2F | E1 | 0 | 50 | 5 | 7 | 12F | 53 | 37 |
| Octal | 354 | 57 | 341 | 0 | 120 | 5 | 7 | 457 | 123 | 67 |
| Binary | 11101100 | 101111 | 11100001 | 0 | 1010000 | 101 | 111 | 100101111 | 1010011 | 110111 |
Color Harmonies of #EC2FE1
Complementary color
Monochromatic Colors of #EC2FE1
Black with #EC2FE1
Text Example
Text Example
White with #EC2FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2FE1; }
p { color: rgb(236,47,225); }
H1.HeaderClassName
{
color: #EC2FE1;
}
.AnyTagClassName
{
color: #EC2FE1;
}
</style>
background-color css
<style>
a { background-color: #EC2FE1; }
a { background-color: rgb(236,47,225); }
div.DivClassName
{
background-color: #EC2FE1;
}
.BgClassName
{
background-color: #EC2FE1;
}
</style>
border-color css
<style>
span { border-color: #EC2FE1; }
span { border-color: rgb(236,47,225); }
td.TdClassName
{
border-color: #EC2FE1;
}
.TagClassName
{
border-color: #EC2FE1;
}
</style>