Shades of Razzle Dazzle Rose #E125CB
Tints of Razzle Dazzle Rose #E125CB
RGB
CMYK
RGB Variations
Color information
#E125CB (or 0xE125CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and CB. RGB value is (225,37,203). Sum of RGB (Red+Green+Blue) = 225+37+203=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E125CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125CB is #1EDA34. Grayscale: #6F6F6F. Windows color (decimal): -2021941 or 13313505. OLE color: 13313505.
HSL color Cylindrical-coordinate representation of color #E125CB: hue angle of 307.02º 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 #E125CB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 203 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.12 |
| HSL | 307.02º | 0.76% | 0.51% | - |
| HSV(B) | 307.02º | 0.84% | 0.88% | - |
| XYZ | 42.49 | 21.64 | 58.44 | - |
| YUV | 112.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 203 | 0 | 0.84 | 0.10 | 0.12 | 307.02 | 0.76 | 0.51 |
| Hex | E1 | 25 | CB | 0 | 54 | A | C | 133 | 4C | 33 |
| Octal | 341 | 45 | 313 | 0 | 124 | 12 | 14 | 463 | 114 | 63 |
| Binary | 11100001 | 100101 | 11001011 | 0 | 1010100 | 1010 | 1100 | 100110011 | 1001100 | 110011 |
Color Harmonies of #E125CB
Complementary color
Monochromatic Colors of #E125CB
Black with #E125CB
Text Example
Text Example
White with #E125CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125CB; }
p { color: rgb(225,37,203); }
H1.HeaderClassName
{
color: #E125CB;
}
.AnyTagClassName
{
color: #E125CB;
}
</style>
background-color css
<style>
a { background-color: #E125CB; }
a { background-color: rgb(225,37,203); }
div.DivClassName
{
background-color: #E125CB;
}
.BgClassName
{
background-color: #E125CB;
}
</style>
border-color css
<style>
span { border-color: #E125CB; }
span { border-color: rgb(225,37,203); }
td.TdClassName
{
border-color: #E125CB;
}
.TagClassName
{
border-color: #E125CB;
}
</style>