Shades of Razzle Dazzle Rose #EA27DB
Tints of Razzle Dazzle Rose #EA27DB
RGB
CMYK
RGB Variations
Color information
#EA27DB (or 0xEA27DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 27 and DB. RGB value is (234,39,219). Sum of RGB (Red+Green+Blue) = 234+39+219=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA27DB is #15D824. Grayscale: #757575. Windows color (decimal): -1431589 or 14362602. OLE color: 14362602.
HSL color Cylindrical-coordinate representation of color #EA27DB: hue angle of 304.62º 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 #EA27DB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 219 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.08 |
| HSL | 304.62º | 0.82% | 0.54% | - |
| HSV(B) | 304.62º | 0.83% | 0.92% | - |
| XYZ | 47.44 | 24.06 | 69.16 | - |
| YUV | 117.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 219 | 0 | 0.83 | 0.06 | 0.08 | 304.62 | 0.82 | 0.54 |
| Hex | EA | 27 | DB | 0 | 53 | 6 | 8 | 131 | 52 | 36 |
| Octal | 352 | 47 | 333 | 0 | 123 | 6 | 10 | 461 | 122 | 66 |
| Binary | 11101010 | 100111 | 11011011 | 0 | 1010011 | 110 | 1000 | 100110001 | 1010010 | 110110 |
Color Harmonies of #EA27DB
Complementary color
Monochromatic Colors of #EA27DB
Black with #EA27DB
Text Example
Text Example
White with #EA27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA27DB; }
p { color: rgb(234,39,219); }
H1.HeaderClassName
{
color: #EA27DB;
}
.AnyTagClassName
{
color: #EA27DB;
}
</style>
background-color css
<style>
a { background-color: #EA27DB; }
a { background-color: rgb(234,39,219); }
div.DivClassName
{
background-color: #EA27DB;
}
.BgClassName
{
background-color: #EA27DB;
}
</style>
border-color css
<style>
span { border-color: #EA27DB; }
span { border-color: rgb(234,39,219); }
td.TdClassName
{
border-color: #EA27DB;
}
.TagClassName
{
border-color: #EA27DB;
}
</style>