Shades of Razzle Dazzle Rose #EA2FDB
Tints of Razzle Dazzle Rose #EA2FDB
RGB
CMYK
RGB Variations
Color information
#EA2FDB (or 0xEA2FDB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2F and DB. RGB value is (234,47,219). Sum of RGB (Red+Green+Blue) = 234+47+219=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2FDB is #15D024. Grayscale: #7A7A7A. Windows color (decimal): -1429541 or 14364650. OLE color: 14364650.
HSL color Cylindrical-coordinate representation of color #EA2FDB: hue angle of 304.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2FDB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 219 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.08 |
| HSL | 304.81º | 0.82% | 0.55% | - |
| HSV(B) | 304.81º | 0.8% | 0.92% | - |
| XYZ | 47.73 | 24.64 | 69.26 | - |
| YUV | 122.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 219 | 0 | 0.80 | 0.06 | 0.08 | 304.81 | 0.82 | 0.55 |
| Hex | EA | 2F | DB | 0 | 50 | 6 | 8 | 131 | 52 | 37 |
| Octal | 352 | 57 | 333 | 0 | 120 | 6 | 10 | 461 | 122 | 67 |
| Binary | 11101010 | 101111 | 11011011 | 0 | 1010000 | 110 | 1000 | 100110001 | 1010010 | 110111 |
Color Harmonies of #EA2FDB
Complementary color
Monochromatic Colors of #EA2FDB
Black with #EA2FDB
Text Example
Text Example
White with #EA2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2FDB; }
p { color: rgb(234,47,219); }
H1.HeaderClassName
{
color: #EA2FDB;
}
.AnyTagClassName
{
color: #EA2FDB;
}
</style>
background-color css
<style>
a { background-color: #EA2FDB; }
a { background-color: rgb(234,47,219); }
div.DivClassName
{
background-color: #EA2FDB;
}
.BgClassName
{
background-color: #EA2FDB;
}
</style>
border-color css
<style>
span { border-color: #EA2FDB; }
span { border-color: rgb(234,47,219); }
td.TdClassName
{
border-color: #EA2FDB;
}
.TagClassName
{
border-color: #EA2FDB;
}
</style>