Shades of Razzle Dazzle Rose #EA2DDB
Tints of Razzle Dazzle Rose #EA2DDB
RGB
CMYK
RGB Variations
Color information
#EA2DDB (or 0xEA2DDB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and DB. RGB value is (234,45,219). Sum of RGB (Red+Green+Blue) = 234+45+219=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 45 (17.97% from 255 or 9.04% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DDB is #15D224. Grayscale: #787878. Windows color (decimal): -1430053 or 14364138. OLE color: 14364138.
HSL color Cylindrical-coordinate representation of color #EA2DDB: hue angle of 304.76º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DDB is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 219 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.08 |
| HSL | 304.76º | 0.82% | 0.55% | - |
| HSV(B) | 304.76º | 0.81% | 0.92% | - |
| XYZ | 47.66 | 24.48 | 69.23 | - |
| YUV | 121.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 219 | 0 | 0.81 | 0.06 | 0.08 | 304.76 | 0.82 | 0.55 |
| Hex | EA | 2D | DB | 0 | 51 | 6 | 8 | 131 | 52 | 37 |
| Octal | 352 | 55 | 333 | 0 | 121 | 6 | 10 | 461 | 122 | 67 |
| Binary | 11101010 | 101101 | 11011011 | 0 | 1010001 | 110 | 1000 | 100110001 | 1010010 | 110111 |
Color Harmonies of #EA2DDB
Complementary color
Monochromatic Colors of #EA2DDB
Black with #EA2DDB
Text Example
Text Example
White with #EA2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DDB; }
p { color: rgb(234,45,219); }
H1.HeaderClassName
{
color: #EA2DDB;
}
.AnyTagClassName
{
color: #EA2DDB;
}
</style>
background-color css
<style>
a { background-color: #EA2DDB; }
a { background-color: rgb(234,45,219); }
div.DivClassName
{
background-color: #EA2DDB;
}
.BgClassName
{
background-color: #EA2DDB;
}
</style>
border-color css
<style>
span { border-color: #EA2DDB; }
span { border-color: rgb(234,45,219); }
td.TdClassName
{
border-color: #EA2DDB;
}
.TagClassName
{
border-color: #EA2DDB;
}
</style>