Shades of Razzle Dazzle Rose #EA28DD
Tints of Razzle Dazzle Rose #EA28DD
RGB
CMYK
RGB Variations
Color information
#EA28DD (or 0xEA28DD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and DD. RGB value is (234,40,221). Sum of RGB (Red+Green+Blue) = 234+40+221=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28DD is #15D722. Grayscale: #767676. Windows color (decimal): -1431331 or 14493930. OLE color: 14493930.
HSL color Cylindrical-coordinate representation of color #EA28DD: hue angle of 304.02º 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 #EA28DD is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 221 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.08 |
| HSL | 304.02º | 0.82% | 0.54% | - |
| HSV(B) | 304.02º | 0.83% | 0.92% | - |
| XYZ | 47.74 | 24.23 | 70.57 | - |
| YUV | 118.64 | 185.77 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 221 | 0 | 0.83 | 0.06 | 0.08 | 304.02 | 0.82 | 0.54 |
| Hex | EA | 28 | DD | 0 | 53 | 6 | 8 | 130 | 52 | 36 |
| Octal | 352 | 50 | 335 | 0 | 123 | 6 | 10 | 460 | 122 | 66 |
| Binary | 11101010 | 101000 | 11011101 | 0 | 1010011 | 110 | 1000 | 100110000 | 1010010 | 110110 |
Color Harmonies of #EA28DD
Complementary color
Monochromatic Colors of #EA28DD
Black with #EA28DD
Text Example
Text Example
White with #EA28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28DD; }
p { color: rgb(234,40,221); }
H1.HeaderClassName
{
color: #EA28DD;
}
.AnyTagClassName
{
color: #EA28DD;
}
</style>
background-color css
<style>
a { background-color: #EA28DD; }
a { background-color: rgb(234,40,221); }
div.DivClassName
{
background-color: #EA28DD;
}
.BgClassName
{
background-color: #EA28DD;
}
</style>
border-color css
<style>
span { border-color: #EA28DD; }
span { border-color: rgb(234,40,221); }
td.TdClassName
{
border-color: #EA28DD;
}
.TagClassName
{
border-color: #EA28DD;
}
</style>