Shades of Razzle Dazzle Rose #EA1BDD
Tints of Razzle Dazzle Rose #EA1BDD
RGB
CMYK
RGB Variations
Color information
#EA1BDD (or 0xEA1BDD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 1B and DD. RGB value is (234,27,221). Sum of RGB (Red+Green+Blue) = 234+27+221=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1BDD is #15E422. Grayscale: #6E6E6E. Windows color (decimal): -1434659 or 14490602. OLE color: 14490602.
HSL color Cylindrical-coordinate representation of color #EA1BDD: hue angle of 303.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1BDD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 221 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.08 |
| HSL | 303.77º | 0.83% | 0.51% | - |
| HSV(B) | 303.77º | 0.88% | 0.92% | - |
| XYZ | 47.37 | 23.5 | 70.45 | - |
| YUV | 111.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 221 | 0 | 0.88 | 0.06 | 0.08 | 303.77 | 0.83 | 0.51 |
| Hex | EA | 1B | DD | 0 | 58 | 6 | 8 | 130 | 53 | 33 |
| Octal | 352 | 33 | 335 | 0 | 130 | 6 | 10 | 460 | 123 | 63 |
| Binary | 11101010 | 11011 | 11011101 | 0 | 1011000 | 110 | 1000 | 100110000 | 1010011 | 110011 |
Color Harmonies of #EA1BDD
Complementary color
Monochromatic Colors of #EA1BDD
Black with #EA1BDD
Text Example
Text Example
White with #EA1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BDD; }
p { color: rgb(234,27,221); }
H1.HeaderClassName
{
color: #EA1BDD;
}
.AnyTagClassName
{
color: #EA1BDD;
}
</style>
background-color css
<style>
a { background-color: #EA1BDD; }
a { background-color: rgb(234,27,221); }
div.DivClassName
{
background-color: #EA1BDD;
}
.BgClassName
{
background-color: #EA1BDD;
}
</style>
border-color css
<style>
span { border-color: #EA1BDD; }
span { border-color: rgb(234,27,221); }
td.TdClassName
{
border-color: #EA1BDD;
}
.TagClassName
{
border-color: #EA1BDD;
}
</style>