Shades of Razzle Dazzle Rose #EA30D7
Tints of Razzle Dazzle Rose #EA30D7
RGB
CMYK
RGB Variations
Color information
#EA30D7 (or 0xEA30D7) is known color: Razzle Dazzle Rose. HEX triplet: EA, 30 and D7. RGB value is (234,48,215). Sum of RGB (Red+Green+Blue) = 234+48+215=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30D7 is #15CF28. Grayscale: #7A7A7A. Windows color (decimal): -1429289 or 14102762. OLE color: 14102762.
HSL color Cylindrical-coordinate representation of color #EA30D7: hue angle of 306.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA30D7 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 215 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.08 |
| HSL | 306.13º | 0.82% | 0.55% | - |
| HSV(B) | 306.13º | 0.79% | 0.92% | - |
| XYZ | 47.25 | 24.51 | 66.53 | - |
| YUV | 122.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 215 | 0 | 0.79 | 0.08 | 0.08 | 306.13 | 0.82 | 0.55 |
| Hex | EA | 30 | D7 | 0 | 4F | 8 | 8 | 132 | 52 | 37 |
| Octal | 352 | 60 | 327 | 0 | 117 | 10 | 10 | 462 | 122 | 67 |
| Binary | 11101010 | 110000 | 11010111 | 0 | 1001111 | 1000 | 1000 | 100110010 | 1010010 | 110111 |
Color Harmonies of #EA30D7
Complementary color
Monochromatic Colors of #EA30D7
Black with #EA30D7
Text Example
Text Example
White with #EA30D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30D7; }
p { color: rgb(234,48,215); }
H1.HeaderClassName
{
color: #EA30D7;
}
.AnyTagClassName
{
color: #EA30D7;
}
</style>
background-color css
<style>
a { background-color: #EA30D7; }
a { background-color: rgb(234,48,215); }
div.DivClassName
{
background-color: #EA30D7;
}
.BgClassName
{
background-color: #EA30D7;
}
</style>
border-color css
<style>
span { border-color: #EA30D7; }
span { border-color: rgb(234,48,215); }
td.TdClassName
{
border-color: #EA30D7;
}
.TagClassName
{
border-color: #EA30D7;
}
</style>