Shades of Razzle Dazzle Rose #EA30BA
Tints of Razzle Dazzle Rose #EA30BA
RGB
CMYK
RGB Variations
Color information
#EA30BA (or 0xEA30BA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 30 and BA. RGB value is (234,48,186). Sum of RGB (Red+Green+Blue) = 234+48+186=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30BA is #15CF45. Grayscale: #767676. Windows color (decimal): -1429318 or 12202218. OLE color: 12202218.
HSL color Cylindrical-coordinate representation of color #EA30BA: hue angle of 315.48º 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 #EA30BA is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 186 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.08 |
| HSL | 315.48º | 0.82% | 0.55% | - |
| HSV(B) | 315.48º | 0.79% | 0.92% | - |
| XYZ | 43.85 | 23.15 | 48.61 | - |
| YUV | 119.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 186 | 0 | 0.79 | 0.21 | 0.08 | 315.48 | 0.82 | 0.55 |
| Hex | EA | 30 | BA | 0 | 4F | 15 | 8 | 13B | 52 | 37 |
| Octal | 352 | 60 | 272 | 0 | 117 | 25 | 10 | 473 | 122 | 67 |
| Binary | 11101010 | 110000 | 10111010 | 0 | 1001111 | 10101 | 1000 | 100111011 | 1010010 | 110111 |
Color Harmonies of #EA30BA
Complementary color
Monochromatic Colors of #EA30BA
Black with #EA30BA
Text Example
Text Example
White with #EA30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30BA; }
p { color: rgb(234,48,186); }
H1.HeaderClassName
{
color: #EA30BA;
}
.AnyTagClassName
{
color: #EA30BA;
}
</style>
background-color css
<style>
a { background-color: #EA30BA; }
a { background-color: rgb(234,48,186); }
div.DivClassName
{
background-color: #EA30BA;
}
.BgClassName
{
background-color: #EA30BA;
}
</style>
border-color css
<style>
span { border-color: #EA30BA; }
span { border-color: rgb(234,48,186); }
td.TdClassName
{
border-color: #EA30BA;
}
.TagClassName
{
border-color: #EA30BA;
}
</style>