Shades of Razzle Dazzle Rose #EA28E7
Tints of Razzle Dazzle Rose #EA28E7
RGB
CMYK
RGB Variations
Color information
#EA28E7 (or 0xEA28E7) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and E7. RGB value is (234,40,231). Sum of RGB (Red+Green+Blue) = 234+40+231=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28E7 is #15D718. Grayscale: #777777. Windows color (decimal): -1431321 or 15149290. OLE color: 15149290.
HSL color Cylindrical-coordinate representation of color #EA28E7: hue angle of 300.93º 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 #EA28E7 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 231 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.08 |
| HSL | 300.93º | 0.82% | 0.54% | - |
| HSV(B) | 300.93º | 0.83% | 0.92% | - |
| XYZ | 49.11 | 24.78 | 77.8 | - |
| YUV | 119.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 231 | 0 | 0.83 | 0.01 | 0.08 | 300.93 | 0.82 | 0.54 |
| Hex | EA | 28 | E7 | 0 | 53 | 1 | 8 | 12D | 52 | 36 |
| Octal | 352 | 50 | 347 | 0 | 123 | 1 | 10 | 455 | 122 | 66 |
| Binary | 11101010 | 101000 | 11100111 | 0 | 1010011 | 1 | 1000 | 100101101 | 1010010 | 110110 |
Color Harmonies of #EA28E7
Complementary color
Monochromatic Colors of #EA28E7
Black with #EA28E7
Text Example
Text Example
White with #EA28E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28E7; }
p { color: rgb(234,40,231); }
H1.HeaderClassName
{
color: #EA28E7;
}
.AnyTagClassName
{
color: #EA28E7;
}
</style>
background-color css
<style>
a { background-color: #EA28E7; }
a { background-color: rgb(234,40,231); }
div.DivClassName
{
background-color: #EA28E7;
}
.BgClassName
{
background-color: #EA28E7;
}
</style>
border-color css
<style>
span { border-color: #EA28E7; }
span { border-color: rgb(234,40,231); }
td.TdClassName
{
border-color: #EA28E7;
}
.TagClassName
{
border-color: #EA28E7;
}
</style>