Shades of Razzle Dazzle Rose #EA3BDA
Tints of Razzle Dazzle Rose #EA3BDA
RGB
CMYK
RGB Variations
Color information
#EA3BDA (or 0xEA3BDA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3B and DA. RGB value is (234,59,218). Sum of RGB (Red+Green+Blue) = 234+59+218=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3BDA is #15C425. Grayscale: #808080. Windows color (decimal): -1426470 or 14302186. OLE color: 14302186.
HSL color Cylindrical-coordinate representation of color #EA3BDA: hue angle of 305.49º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3BDA is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 59 | 218 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.08 |
| HSL | 305.49º | 0.81% | 0.57% | - |
| HSV(B) | 305.49º | 0.75% | 0.92% | - |
| XYZ | 48.15 | 25.68 | 68.75 | - |
| YUV | 129.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 59 | 218 | 0 | 0.75 | 0.07 | 0.08 | 305.49 | 0.81 | 0.57 |
| Hex | EA | 3B | DA | 0 | 4B | 7 | 8 | 131 | 51 | 39 |
| Octal | 352 | 73 | 332 | 0 | 113 | 7 | 10 | 461 | 121 | 71 |
| Binary | 11101010 | 111011 | 11011010 | 0 | 1001011 | 111 | 1000 | 100110001 | 1010001 | 111001 |
Color Harmonies of #EA3BDA
Complementary color
Monochromatic Colors of #EA3BDA
Black with #EA3BDA
Text Example
Text Example
White with #EA3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3BDA; }
p { color: rgb(234,59,218); }
H1.HeaderClassName
{
color: #EA3BDA;
}
.AnyTagClassName
{
color: #EA3BDA;
}
</style>
background-color css
<style>
a { background-color: #EA3BDA; }
a { background-color: rgb(234,59,218); }
div.DivClassName
{
background-color: #EA3BDA;
}
.BgClassName
{
background-color: #EA3BDA;
}
</style>
border-color css
<style>
span { border-color: #EA3BDA; }
span { border-color: rgb(234,59,218); }
td.TdClassName
{
border-color: #EA3BDA;
}
.TagClassName
{
border-color: #EA3BDA;
}
</style>