Shades of Razzle Dazzle Rose #E123CB
Tints of Razzle Dazzle Rose #E123CB
RGB
CMYK
RGB Variations
Color information
#E123CB (or 0xE123CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and CB. RGB value is (225,35,203). Sum of RGB (Red+Green+Blue) = 225+35+203=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E123CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123CB is #1EDC34. Grayscale: #6E6E6E. Windows color (decimal): -2022453 or 13312993. OLE color: 13312993.
HSL color Cylindrical-coordinate representation of color #E123CB: hue angle of 306.95º 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 #E123CB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 203 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.12 |
| HSL | 306.95º | 0.76% | 0.51% | - |
| HSV(B) | 306.95º | 0.84% | 0.88% | - |
| XYZ | 42.43 | 21.52 | 58.42 | - |
| YUV | 110.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 203 | 0 | 0.84 | 0.10 | 0.12 | 306.95 | 0.76 | 0.51 |
| Hex | E1 | 23 | CB | 0 | 54 | A | C | 133 | 4C | 33 |
| Octal | 341 | 43 | 313 | 0 | 124 | 12 | 14 | 463 | 114 | 63 |
| Binary | 11100001 | 100011 | 11001011 | 0 | 1010100 | 1010 | 1100 | 100110011 | 1001100 | 110011 |
Color Harmonies of #E123CB
Complementary color
Monochromatic Colors of #E123CB
Black with #E123CB
Text Example
Text Example
White with #E123CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123CB; }
p { color: rgb(225,35,203); }
H1.HeaderClassName
{
color: #E123CB;
}
.AnyTagClassName
{
color: #E123CB;
}
</style>
background-color css
<style>
a { background-color: #E123CB; }
a { background-color: rgb(225,35,203); }
div.DivClassName
{
background-color: #E123CB;
}
.BgClassName
{
background-color: #E123CB;
}
</style>
border-color css
<style>
span { border-color: #E123CB; }
span { border-color: rgb(225,35,203); }
td.TdClassName
{
border-color: #E123CB;
}
.TagClassName
{
border-color: #E123CB;
}
</style>