Shades of Razzle Dazzle Rose #E123CA
Tints of Razzle Dazzle Rose #E123CA
RGB
CMYK
RGB Variations
Color information
#E123CA (or 0xE123CA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and CA. RGB value is (225,35,202). Sum of RGB (Red+Green+Blue) = 225+35+202=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E123CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123CA is #1EDC35. Grayscale: #6E6E6E. Windows color (decimal): -2022454 or 13247457. OLE color: 13247457.
HSL color Cylindrical-coordinate representation of color #E123CA: hue angle of 307.26º 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 #E123CA is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 202 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.12 |
| HSL | 307.26º | 0.76% | 0.51% | - |
| HSV(B) | 307.26º | 0.84% | 0.88% | - |
| XYZ | 42.31 | 21.47 | 57.79 | - |
| YUV | 110.85 | 179.45 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 202 | 0 | 0.84 | 0.10 | 0.12 | 307.26 | 0.76 | 0.51 |
| Hex | E1 | 23 | CA | 0 | 54 | A | C | 133 | 4C | 33 |
| Octal | 341 | 43 | 312 | 0 | 124 | 12 | 14 | 463 | 114 | 63 |
| Binary | 11100001 | 100011 | 11001010 | 0 | 1010100 | 1010 | 1100 | 100110011 | 1001100 | 110011 |
Color Harmonies of #E123CA
Complementary color
Monochromatic Colors of #E123CA
Black with #E123CA
Text Example
Text Example
White with #E123CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123CA; }
p { color: rgb(225,35,202); }
H1.HeaderClassName
{
color: #E123CA;
}
.AnyTagClassName
{
color: #E123CA;
}
</style>
background-color css
<style>
a { background-color: #E123CA; }
a { background-color: rgb(225,35,202); }
div.DivClassName
{
background-color: #E123CA;
}
.BgClassName
{
background-color: #E123CA;
}
</style>
border-color css
<style>
span { border-color: #E123CA; }
span { border-color: rgb(225,35,202); }
td.TdClassName
{
border-color: #E123CA;
}
.TagClassName
{
border-color: #E123CA;
}
</style>