Shades of Razzle Dazzle Rose #E130DA
Tints of Razzle Dazzle Rose #E130DA
RGB
CMYK
RGB Variations
Color information
#E130DA (or 0xE130DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and DA. RGB value is (225,48,218). Sum of RGB (Red+Green+Blue) = 225+48+218=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E130DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130DA is #1ECF25. Grayscale: #777777. Windows color (decimal): -2019110 or 14299361. OLE color: 14299361.
HSL color Cylindrical-coordinate representation of color #E130DA: hue angle of 302.37º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130DA is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 218 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.12 |
| HSL | 302.37º | 0.75% | 0.54% | - |
| HSV(B) | 302.37º | 0.79% | 0.88% | - |
| XYZ | 44.76 | 23.18 | 68.45 | - |
| YUV | 120.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 218 | 0 | 0.79 | 0.03 | 0.12 | 302.37 | 0.75 | 0.54 |
| Hex | E1 | 30 | DA | 0 | 4F | 3 | C | 12E | 4B | 36 |
| Octal | 341 | 60 | 332 | 0 | 117 | 3 | 14 | 456 | 113 | 66 |
| Binary | 11100001 | 110000 | 11011010 | 0 | 1001111 | 11 | 1100 | 100101110 | 1001011 | 110110 |
Color Harmonies of #E130DA
Complementary color
Monochromatic Colors of #E130DA
Black with #E130DA
Text Example
Text Example
White with #E130DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130DA; }
p { color: rgb(225,48,218); }
H1.HeaderClassName
{
color: #E130DA;
}
.AnyTagClassName
{
color: #E130DA;
}
</style>
background-color css
<style>
a { background-color: #E130DA; }
a { background-color: rgb(225,48,218); }
div.DivClassName
{
background-color: #E130DA;
}
.BgClassName
{
background-color: #E130DA;
}
</style>
border-color css
<style>
span { border-color: #E130DA; }
span { border-color: rgb(225,48,218); }
td.TdClassName
{
border-color: #E130DA;
}
.TagClassName
{
border-color: #E130DA;
}
</style>