Shades of Razzle Dazzle Rose #EA1DDD
Tints of Razzle Dazzle Rose #EA1DDD
RGB
CMYK
RGB Variations
Color information
#EA1DDD (or 0xEA1DDD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 1D and DD. RGB value is (234,29,221). Sum of RGB (Red+Green+Blue) = 234+29+221=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DDD is #15E222. Grayscale: #6F6F6F. Windows color (decimal): -1434147 or 14491114. OLE color: 14491114.
HSL color Cylindrical-coordinate representation of color #EA1DDD: hue angle of 303.8º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DDD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.08 |
| HSL | 303.8º | 0.83% | 0.52% | - |
| HSV(B) | 303.8º | 0.88% | 0.92% | - |
| XYZ | 47.42 | 23.59 | 70.46 | - |
| YUV | 112.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 221 | 0 | 0.88 | 0.06 | 0.08 | 303.8 | 0.83 | 0.52 |
| Hex | EA | 1D | DD | 0 | 58 | 6 | 8 | 130 | 53 | 34 |
| Octal | 352 | 35 | 335 | 0 | 130 | 6 | 10 | 460 | 123 | 64 |
| Binary | 11101010 | 11101 | 11011101 | 0 | 1011000 | 110 | 1000 | 100110000 | 1010011 | 110100 |
Color Harmonies of #EA1DDD
Complementary color
Monochromatic Colors of #EA1DDD
Black with #EA1DDD
Text Example
Text Example
White with #EA1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DDD; }
p { color: rgb(234,29,221); }
H1.HeaderClassName
{
color: #EA1DDD;
}
.AnyTagClassName
{
color: #EA1DDD;
}
</style>
background-color css
<style>
a { background-color: #EA1DDD; }
a { background-color: rgb(234,29,221); }
div.DivClassName
{
background-color: #EA1DDD;
}
.BgClassName
{
background-color: #EA1DDD;
}
</style>
border-color css
<style>
span { border-color: #EA1DDD; }
span { border-color: rgb(234,29,221); }
td.TdClassName
{
border-color: #EA1DDD;
}
.TagClassName
{
border-color: #EA1DDD;
}
</style>