Shades of Razzle Dazzle Rose #EA2DD2
Tints of Razzle Dazzle Rose #EA2DD2
RGB
CMYK
RGB Variations
Color information
#EA2DD2 (or 0xEA2DD2) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and D2. RGB value is (234,45,210). Sum of RGB (Red+Green+Blue) = 234+45+210=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DD2 is #15D22D. Grayscale: #777777. Windows color (decimal): -1430062 or 13774314. OLE color: 13774314.
HSL color Cylindrical-coordinate representation of color #EA2DD2: hue angle of 307.62º 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 #EA2DD2 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 210 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.08 |
| HSL | 307.62º | 0.82% | 0.55% | - |
| HSV(B) | 307.62º | 0.81% | 0.92% | - |
| XYZ | 46.5 | 24.02 | 63.16 | - |
| YUV | 120.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 210 | 0 | 0.81 | 0.10 | 0.08 | 307.62 | 0.82 | 0.55 |
| Hex | EA | 2D | D2 | 0 | 51 | A | 8 | 134 | 52 | 37 |
| Octal | 352 | 55 | 322 | 0 | 121 | 12 | 10 | 464 | 122 | 67 |
| Binary | 11101010 | 101101 | 11010010 | 0 | 1010001 | 1010 | 1000 | 100110100 | 1010010 | 110111 |
Color Harmonies of #EA2DD2
Complementary color
Monochromatic Colors of #EA2DD2
Black with #EA2DD2
Text Example
Text Example
White with #EA2DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DD2; }
p { color: rgb(234,45,210); }
H1.HeaderClassName
{
color: #EA2DD2;
}
.AnyTagClassName
{
color: #EA2DD2;
}
</style>
background-color css
<style>
a { background-color: #EA2DD2; }
a { background-color: rgb(234,45,210); }
div.DivClassName
{
background-color: #EA2DD2;
}
.BgClassName
{
background-color: #EA2DD2;
}
</style>
border-color css
<style>
span { border-color: #EA2DD2; }
span { border-color: rgb(234,45,210); }
td.TdClassName
{
border-color: #EA2DD2;
}
.TagClassName
{
border-color: #EA2DD2;
}
</style>