Shades of Razzle Dazzle Rose #E12FDF
Tints of Razzle Dazzle Rose #E12FDF
RGB
CMYK
RGB Variations
Color information
#E12FDF (or 0xE12FDF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2F and DF. RGB value is (225,47,223). Sum of RGB (Red+Green+Blue) = 225+47+223=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FDF is #1ED020. Grayscale: #777777. Windows color (decimal): -2019361 or 14626785. OLE color: 14626785.
HSL color Cylindrical-coordinate representation of color #E12FDF: hue angle of 300.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12FDF is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 223 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.12 |
| HSL | 300.67º | 0.75% | 0.53% | - |
| HSV(B) | 300.67º | 0.79% | 0.88% | - |
| XYZ | 45.39 | 23.37 | 71.93 | - |
| YUV | 120.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 223 | 0 | 0.79 | 0.01 | 0.12 | 300.67 | 0.75 | 0.53 |
| Hex | E1 | 2F | DF | 0 | 4F | 1 | C | 12D | 4B | 35 |
| Octal | 341 | 57 | 337 | 0 | 117 | 1 | 14 | 455 | 113 | 65 |
| Binary | 11100001 | 101111 | 11011111 | 0 | 1001111 | 1 | 1100 | 100101101 | 1001011 | 110101 |
Color Harmonies of #E12FDF
Complementary color
Monochromatic Colors of #E12FDF
Black with #E12FDF
Text Example
Text Example
White with #E12FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12FDF; }
p { color: rgb(225,47,223); }
H1.HeaderClassName
{
color: #E12FDF;
}
.AnyTagClassName
{
color: #E12FDF;
}
</style>
background-color css
<style>
a { background-color: #E12FDF; }
a { background-color: rgb(225,47,223); }
div.DivClassName
{
background-color: #E12FDF;
}
.BgClassName
{
background-color: #E12FDF;
}
</style>
border-color css
<style>
span { border-color: #E12FDF; }
span { border-color: rgb(225,47,223); }
td.TdClassName
{
border-color: #E12FDF;
}
.TagClassName
{
border-color: #E12FDF;
}
</style>