Shades of Razzle Dazzle Rose #E025C5
Tints of Razzle Dazzle Rose #E025C5
RGB
CMYK
RGB Variations
Color information
#E025C5 (or 0xE025C5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and C5. RGB value is (224,37,197). Sum of RGB (Red+Green+Blue) = 224+37+197=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E025C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025C5 is #1FDA3A. Grayscale: #6E6E6E. Windows color (decimal): -2087483 or 12920288. OLE color: 12920288.
HSL color Cylindrical-coordinate representation of color #E025C5: hue angle of 308.66º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025C5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 197 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.12 |
| HSL | 308.66º | 0.75% | 0.51% | - |
| HSV(B) | 308.66º | 0.83% | 0.88% | - |
| XYZ | 41.48 | 21.2 | 54.73 | - |
| YUV | 111.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 197 | 0 | 0.83 | 0.12 | 0.12 | 308.66 | 0.75 | 0.51 |
| Hex | E0 | 25 | C5 | 0 | 53 | C | C | 135 | 4B | 33 |
| Octal | 340 | 45 | 305 | 0 | 123 | 14 | 14 | 465 | 113 | 63 |
| Binary | 11100000 | 100101 | 11000101 | 0 | 1010011 | 1100 | 1100 | 100110101 | 1001011 | 110011 |
Color Harmonies of #E025C5
Complementary color
Monochromatic Colors of #E025C5
Black with #E025C5
Text Example
Text Example
White with #E025C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E025C5; }
p { color: rgb(224,37,197); }
H1.HeaderClassName
{
color: #E025C5;
}
.AnyTagClassName
{
color: #E025C5;
}
</style>
background-color css
<style>
a { background-color: #E025C5; }
a { background-color: rgb(224,37,197); }
div.DivClassName
{
background-color: #E025C5;
}
.BgClassName
{
background-color: #E025C5;
}
</style>
border-color css
<style>
span { border-color: #E025C5; }
span { border-color: rgb(224,37,197); }
td.TdClassName
{
border-color: #E025C5;
}
.TagClassName
{
border-color: #E025C5;
}
</style>