Shades of Razzle Dazzle Rose #EA2DDD
Tints of Razzle Dazzle Rose #EA2DDD
RGB
CMYK
RGB Variations
Color information
#EA2DDD (or 0xEA2DDD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and DD. RGB value is (234,45,221). Sum of RGB (Red+Green+Blue) = 234+45+221=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 45 (17.97% from 255 or 9% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DDD is #15D222. Grayscale: #797979. Windows color (decimal): -1430051 or 14495210. OLE color: 14495210.
HSL color Cylindrical-coordinate representation of color #EA2DDD: hue angle of 304.13º 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 #EA2DDD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 221 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.08 |
| HSL | 304.13º | 0.82% | 0.55% | - |
| HSV(B) | 304.13º | 0.81% | 0.92% | - |
| XYZ | 47.92 | 24.59 | 70.63 | - |
| YUV | 121.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 221 | 0 | 0.81 | 0.06 | 0.08 | 304.13 | 0.82 | 0.55 |
| Hex | EA | 2D | DD | 0 | 51 | 6 | 8 | 130 | 52 | 37 |
| Octal | 352 | 55 | 335 | 0 | 121 | 6 | 10 | 460 | 122 | 67 |
| Binary | 11101010 | 101101 | 11011101 | 0 | 1010001 | 110 | 1000 | 100110000 | 1010010 | 110111 |
Color Harmonies of #EA2DDD
Complementary color
Monochromatic Colors of #EA2DDD
Black with #EA2DDD
Text Example
Text Example
White with #EA2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DDD; }
p { color: rgb(234,45,221); }
H1.HeaderClassName
{
color: #EA2DDD;
}
.AnyTagClassName
{
color: #EA2DDD;
}
</style>
background-color css
<style>
a { background-color: #EA2DDD; }
a { background-color: rgb(234,45,221); }
div.DivClassName
{
background-color: #EA2DDD;
}
.BgClassName
{
background-color: #EA2DDD;
}
</style>
border-color css
<style>
span { border-color: #EA2DDD; }
span { border-color: rgb(234,45,221); }
td.TdClassName
{
border-color: #EA2DDD;
}
.TagClassName
{
border-color: #EA2DDD;
}
</style>