Shades of Razzle Dazzle Rose #EA3AD2
Tints of Razzle Dazzle Rose #EA3AD2
RGB
CMYK
RGB Variations
Color information
#EA3AD2 (or 0xEA3AD2) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3A and D2. RGB value is (234,58,210). Sum of RGB (Red+Green+Blue) = 234+58+210=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3AD2 is #15C52D. Grayscale: #7F7F7F. Windows color (decimal): -1426734 or 13777642. OLE color: 13777642.
HSL color Cylindrical-coordinate representation of color #EA3AD2: hue angle of 308.18º 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 #EA3AD2 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 210 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.08 |
| HSL | 308.18º | 0.81% | 0.57% | - |
| HSV(B) | 308.18º | 0.75% | 0.92% | - |
| XYZ | 47.08 | 25.17 | 63.35 | - |
| YUV | 127.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 210 | 0 | 0.75 | 0.10 | 0.08 | 308.18 | 0.81 | 0.57 |
| Hex | EA | 3A | D2 | 0 | 4B | A | 8 | 134 | 51 | 39 |
| Octal | 352 | 72 | 322 | 0 | 113 | 12 | 10 | 464 | 121 | 71 |
| Binary | 11101010 | 111010 | 11010010 | 0 | 1001011 | 1010 | 1000 | 100110100 | 1010001 | 111001 |
Color Harmonies of #EA3AD2
Complementary color
Monochromatic Colors of #EA3AD2
Black with #EA3AD2
Text Example
Text Example
White with #EA3AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3AD2; }
p { color: rgb(234,58,210); }
H1.HeaderClassName
{
color: #EA3AD2;
}
.AnyTagClassName
{
color: #EA3AD2;
}
</style>
background-color css
<style>
a { background-color: #EA3AD2; }
a { background-color: rgb(234,58,210); }
div.DivClassName
{
background-color: #EA3AD2;
}
.BgClassName
{
background-color: #EA3AD2;
}
</style>
border-color css
<style>
span { border-color: #EA3AD2; }
span { border-color: rgb(234,58,210); }
td.TdClassName
{
border-color: #EA3AD2;
}
.TagClassName
{
border-color: #EA3AD2;
}
</style>