Shades of Razzle Dazzle Rose #EA2ADF
Tints of Razzle Dazzle Rose #EA2ADF
RGB
CMYK
RGB Variations
Color information
#EA2ADF (or 0xEA2ADF) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2A and DF. RGB value is (234,42,223). Sum of RGB (Red+Green+Blue) = 234+42+223=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2ADF is #15D520. Grayscale: #777777. Windows color (decimal): -1430817 or 14625514. OLE color: 14625514.
HSL color Cylindrical-coordinate representation of color #EA2ADF: hue angle of 303.44º 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 #EA2ADF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 223 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.08 |
| HSL | 303.44º | 0.82% | 0.54% | - |
| HSV(B) | 303.44º | 0.82% | 0.92% | - |
| XYZ | 48.08 | 24.48 | 72 | - |
| YUV | 120.04 | 186.11 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 223 | 0 | 0.82 | 0.05 | 0.08 | 303.44 | 0.82 | 0.54 |
| Hex | EA | 2A | DF | 0 | 52 | 5 | 8 | 12F | 52 | 36 |
| Octal | 352 | 52 | 337 | 0 | 122 | 5 | 10 | 457 | 122 | 66 |
| Binary | 11101010 | 101010 | 11011111 | 0 | 1010010 | 101 | 1000 | 100101111 | 1010010 | 110110 |
Color Harmonies of #EA2ADF
Complementary color
Monochromatic Colors of #EA2ADF
Black with #EA2ADF
Text Example
Text Example
White with #EA2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2ADF; }
p { color: rgb(234,42,223); }
H1.HeaderClassName
{
color: #EA2ADF;
}
.AnyTagClassName
{
color: #EA2ADF;
}
</style>
background-color css
<style>
a { background-color: #EA2ADF; }
a { background-color: rgb(234,42,223); }
div.DivClassName
{
background-color: #EA2ADF;
}
.BgClassName
{
background-color: #EA2ADF;
}
</style>
border-color css
<style>
span { border-color: #EA2ADF; }
span { border-color: rgb(234,42,223); }
td.TdClassName
{
border-color: #EA2ADF;
}
.TagClassName
{
border-color: #EA2ADF;
}
</style>