Shades of Razzle Dazzle Rose #E12ADB
Tints of Razzle Dazzle Rose #E12ADB
RGB
CMYK
RGB Variations
Color information
#E12ADB (or 0xE12ADB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and DB. RGB value is (225,42,219). Sum of RGB (Red+Green+Blue) = 225+42+219=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ADB is #1ED524. Grayscale: #747474. Windows color (decimal): -2020645 or 14363361. OLE color: 14363361.
HSL color Cylindrical-coordinate representation of color #E12ADB: hue angle of 301.97º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12ADB is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 219 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.12 |
| HSL | 301.97º | 0.75% | 0.52% | - |
| HSV(B) | 301.97º | 0.81% | 0.88% | - |
| XYZ | 44.67 | 22.78 | 69.06 | - |
| YUV | 116.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 219 | 0 | 0.81 | 0.03 | 0.12 | 301.97 | 0.75 | 0.52 |
| Hex | E1 | 2A | DB | 0 | 51 | 3 | C | 12E | 4B | 34 |
| Octal | 341 | 52 | 333 | 0 | 121 | 3 | 14 | 456 | 113 | 64 |
| Binary | 11100001 | 101010 | 11011011 | 0 | 1010001 | 11 | 1100 | 100101110 | 1001011 | 110100 |
Color Harmonies of #E12ADB
Complementary color
Monochromatic Colors of #E12ADB
Black with #E12ADB
Text Example
Text Example
White with #E12ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12ADB; }
p { color: rgb(225,42,219); }
H1.HeaderClassName
{
color: #E12ADB;
}
.AnyTagClassName
{
color: #E12ADB;
}
</style>
background-color css
<style>
a { background-color: #E12ADB; }
a { background-color: rgb(225,42,219); }
div.DivClassName
{
background-color: #E12ADB;
}
.BgClassName
{
background-color: #E12ADB;
}
</style>
border-color css
<style>
span { border-color: #E12ADB; }
span { border-color: rgb(225,42,219); }
td.TdClassName
{
border-color: #E12ADB;
}
.TagClassName
{
border-color: #E12ADB;
}
</style>