Shades of Razzle Dazzle Rose #EA2BDD
Tints of Razzle Dazzle Rose #EA2BDD
RGB
CMYK
RGB Variations
Color information
#EA2BDD (or 0xEA2BDD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2B and DD. RGB value is (234,43,221). Sum of RGB (Red+Green+Blue) = 234+43+221=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2BDD is #15D422. Grayscale: #777777. Windows color (decimal): -1430563 or 14494698. OLE color: 14494698.
HSL color Cylindrical-coordinate representation of color #EA2BDD: hue angle of 304.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2BDD is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 221 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.08 |
| HSL | 304.08º | 0.82% | 0.54% | - |
| HSV(B) | 304.08º | 0.82% | 0.92% | - |
| XYZ | 47.85 | 24.44 | 70.6 | - |
| YUV | 120.4 | 184.78 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 221 | 0 | 0.82 | 0.06 | 0.08 | 304.08 | 0.82 | 0.54 |
| Hex | EA | 2B | DD | 0 | 52 | 6 | 8 | 130 | 52 | 36 |
| Octal | 352 | 53 | 335 | 0 | 122 | 6 | 10 | 460 | 122 | 66 |
| Binary | 11101010 | 101011 | 11011101 | 0 | 1010010 | 110 | 1000 | 100110000 | 1010010 | 110110 |
Color Harmonies of #EA2BDD
Complementary color
Monochromatic Colors of #EA2BDD
Black with #EA2BDD
Text Example
Text Example
White with #EA2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2BDD; }
p { color: rgb(234,43,221); }
H1.HeaderClassName
{
color: #EA2BDD;
}
.AnyTagClassName
{
color: #EA2BDD;
}
</style>
background-color css
<style>
a { background-color: #EA2BDD; }
a { background-color: rgb(234,43,221); }
div.DivClassName
{
background-color: #EA2BDD;
}
.BgClassName
{
background-color: #EA2BDD;
}
</style>
border-color css
<style>
span { border-color: #EA2BDD; }
span { border-color: rgb(234,43,221); }
td.TdClassName
{
border-color: #EA2BDD;
}
.TagClassName
{
border-color: #EA2BDD;
}
</style>