Shades of Razzle Dazzle Rose #EA28EA
Tints of Razzle Dazzle Rose #EA28EA
RGB
CMYK
RGB Variations
Color information
#EA28EA (or 0xEA28EA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and EA. RGB value is (234,40,234). Sum of RGB (Red+Green+Blue) = 234+40+234=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA28EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28EA is #15D715. Grayscale: #777777. Windows color (decimal): -1431318 or 15345898. OLE color: 15345898.
HSL color Cylindrical-coordinate representation of color #EA28EA: hue angle of 300º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA28EA is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 234 | - |
| CMYK | 0 | 0.83 | 0 | 0.08 |
| HSL | 300º | 0.82% | 0.54% | - |
| HSV(B) | 300º | 0.83% | 0.92% | - |
| XYZ | 49.54 | 24.95 | 80.05 | - |
| YUV | 120.12 | 192.27 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 234 | 0 | 0.83 | 0 | 0.08 | 300 | 0.82 | 0.54 |
| Hex | EA | 28 | EA | 0 | 53 | 0 | 8 | 12C | 52 | 36 |
| Octal | 352 | 50 | 352 | 0 | 123 | 0 | 10 | 454 | 122 | 66 |
| Binary | 11101010 | 101000 | 11101010 | 0 | 1010011 | 0 | 1000 | 100101100 | 1010010 | 110110 |
Color Harmonies of #EA28EA
Complementary color
Monochromatic Colors of #EA28EA
Black with #EA28EA
Text Example
Text Example
White with #EA28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28EA; }
p { color: rgb(234,40,234); }
H1.HeaderClassName
{
color: #EA28EA;
}
.AnyTagClassName
{
color: #EA28EA;
}
</style>
background-color css
<style>
a { background-color: #EA28EA; }
a { background-color: rgb(234,40,234); }
div.DivClassName
{
background-color: #EA28EA;
}
.BgClassName
{
background-color: #EA28EA;
}
</style>
border-color css
<style>
span { border-color: #EA28EA; }
span { border-color: rgb(234,40,234); }
td.TdClassName
{
border-color: #EA28EA;
}
.TagClassName
{
border-color: #EA28EA;
}
</style>