Shades of Razzle Dazzle Rose #EA2AD1
Tints of Razzle Dazzle Rose #EA2AD1
RGB
CMYK
RGB Variations
Color information
#EA2AD1 (or 0xEA2AD1) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2A and D1. RGB value is (234,42,209). Sum of RGB (Red+Green+Blue) = 234+42+209=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AD1 is #15D52E. Grayscale: #757575. Windows color (decimal): -1430831 or 13708010. OLE color: 13708010.
HSL color Cylindrical-coordinate representation of color #EA2AD1: hue angle of 307.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2AD1 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 209 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.08 |
| HSL | 307.81º | 0.82% | 0.54% | - |
| HSV(B) | 307.81º | 0.82% | 0.92% | - |
| XYZ | 46.27 | 23.75 | 62.47 | - |
| YUV | 118.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 209 | 0 | 0.82 | 0.11 | 0.08 | 307.81 | 0.82 | 0.54 |
| Hex | EA | 2A | D1 | 0 | 52 | B | 8 | 134 | 52 | 36 |
| Octal | 352 | 52 | 321 | 0 | 122 | 13 | 10 | 464 | 122 | 66 |
| Binary | 11101010 | 101010 | 11010001 | 0 | 1010010 | 1011 | 1000 | 100110100 | 1010010 | 110110 |
Color Harmonies of #EA2AD1
Complementary color
Monochromatic Colors of #EA2AD1
Black with #EA2AD1
Text Example
Text Example
White with #EA2AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AD1; }
p { color: rgb(234,42,209); }
H1.HeaderClassName
{
color: #EA2AD1;
}
.AnyTagClassName
{
color: #EA2AD1;
}
</style>
background-color css
<style>
a { background-color: #EA2AD1; }
a { background-color: rgb(234,42,209); }
div.DivClassName
{
background-color: #EA2AD1;
}
.BgClassName
{
background-color: #EA2AD1;
}
</style>
border-color css
<style>
span { border-color: #EA2AD1; }
span { border-color: rgb(234,42,209); }
td.TdClassName
{
border-color: #EA2AD1;
}
.TagClassName
{
border-color: #EA2AD1;
}
</style>