Shades of Razzle Dazzle Rose #E726CA
Tints of Razzle Dazzle Rose #E726CA
RGB
CMYK
RGB Variations
Color information
#E726CA (or 0xE726CA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 26 and CA. RGB value is (231,38,202). Sum of RGB (Red+Green+Blue) = 231+38+202=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E726CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726CA is #18D935. Grayscale: #717171. Windows color (decimal): -1628470 or 13248231. OLE color: 13248231.
HSL color Cylindrical-coordinate representation of color #E726CA: hue angle of 309.02º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E726CA is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 202 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.09 |
| HSL | 309.02º | 0.8% | 0.53% | - |
| HSV(B) | 309.02º | 0.84% | 0.91% | - |
| XYZ | 44.31 | 22.64 | 57.91 | - |
| YUV | 114.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 202 | 0 | 0.84 | 0.13 | 0.09 | 309.02 | 0.8 | 0.53 |
| Hex | E7 | 26 | CA | 0 | 54 | D | 9 | 135 | 50 | 35 |
| Octal | 347 | 46 | 312 | 0 | 124 | 15 | 11 | 465 | 120 | 65 |
| Binary | 11100111 | 100110 | 11001010 | 0 | 1010100 | 1101 | 1001 | 100110101 | 1010000 | 110101 |
Color Harmonies of #E726CA
Complementary color
Monochromatic Colors of #E726CA
Black with #E726CA
Text Example
Text Example
White with #E726CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726CA; }
p { color: rgb(231,38,202); }
H1.HeaderClassName
{
color: #E726CA;
}
.AnyTagClassName
{
color: #E726CA;
}
</style>
background-color css
<style>
a { background-color: #E726CA; }
a { background-color: rgb(231,38,202); }
div.DivClassName
{
background-color: #E726CA;
}
.BgClassName
{
background-color: #E726CA;
}
</style>
border-color css
<style>
span { border-color: #E726CA; }
span { border-color: rgb(231,38,202); }
td.TdClassName
{
border-color: #E726CA;
}
.TagClassName
{
border-color: #E726CA;
}
</style>