Shades of Razzle Dazzle Rose #E125D1
Tints of Razzle Dazzle Rose #E125D1
RGB
CMYK
RGB Variations
Color information
#E125D1 (or 0xE125D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and D1. RGB value is (225,37,209). Sum of RGB (Red+Green+Blue) = 225+37+209=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E125D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125D1 is #1EDA2E. Grayscale: #707070. Windows color (decimal): -2021935 or 13706721. OLE color: 13706721.
HSL color Cylindrical-coordinate representation of color #E125D1: hue angle of 305.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125D1 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 209 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.12 |
| HSL | 305.11º | 0.76% | 0.51% | - |
| HSV(B) | 305.11º | 0.84% | 0.88% | - |
| XYZ | 43.22 | 21.93 | 62.28 | - |
| YUV | 112.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 209 | 0 | 0.84 | 0.07 | 0.12 | 305.11 | 0.76 | 0.51 |
| Hex | E1 | 25 | D1 | 0 | 54 | 7 | C | 131 | 4C | 33 |
| Octal | 341 | 45 | 321 | 0 | 124 | 7 | 14 | 461 | 114 | 63 |
| Binary | 11100001 | 100101 | 11010001 | 0 | 1010100 | 111 | 1100 | 100110001 | 1001100 | 110011 |
Color Harmonies of #E125D1
Complementary color
Monochromatic Colors of #E125D1
Black with #E125D1
Text Example
Text Example
White with #E125D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125D1; }
p { color: rgb(225,37,209); }
H1.HeaderClassName
{
color: #E125D1;
}
.AnyTagClassName
{
color: #E125D1;
}
</style>
background-color css
<style>
a { background-color: #E125D1; }
a { background-color: rgb(225,37,209); }
div.DivClassName
{
background-color: #E125D1;
}
.BgClassName
{
background-color: #E125D1;
}
</style>
border-color css
<style>
span { border-color: #E125D1; }
span { border-color: rgb(225,37,209); }
td.TdClassName
{
border-color: #E125D1;
}
.TagClassName
{
border-color: #E125D1;
}
</style>