Shades of Razzle Dazzle Rose #EA23D1
Tints of Razzle Dazzle Rose #EA23D1
RGB
CMYK
RGB Variations
Color information
#EA23D1 (or 0xEA23D1) is known color: Razzle Dazzle Rose. HEX triplet: EA, 23 and D1. RGB value is (234,35,209). Sum of RGB (Red+Green+Blue) = 234+35+209=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA23D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA23D1 is #15DC2E. Grayscale: #717171. Windows color (decimal): -1432623 or 13706218. OLE color: 13706218.
HSL color Cylindrical-coordinate representation of color #EA23D1: hue angle of 307.54º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA23D1 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 209 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.08 |
| HSL | 307.54º | 0.83% | 0.53% | - |
| HSV(B) | 307.54º | 0.85% | 0.92% | - |
| XYZ | 46.04 | 23.3 | 62.39 | - |
| YUV | 114.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 209 | 0 | 0.85 | 0.11 | 0.08 | 307.54 | 0.83 | 0.53 |
| Hex | EA | 23 | D1 | 0 | 55 | B | 8 | 134 | 53 | 35 |
| Octal | 352 | 43 | 321 | 0 | 125 | 13 | 10 | 464 | 123 | 65 |
| Binary | 11101010 | 100011 | 11010001 | 0 | 1010101 | 1011 | 1000 | 100110100 | 1010011 | 110101 |
Color Harmonies of #EA23D1
Complementary color
Monochromatic Colors of #EA23D1
Black with #EA23D1
Text Example
Text Example
White with #EA23D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA23D1; }
p { color: rgb(234,35,209); }
H1.HeaderClassName
{
color: #EA23D1;
}
.AnyTagClassName
{
color: #EA23D1;
}
</style>
background-color css
<style>
a { background-color: #EA23D1; }
a { background-color: rgb(234,35,209); }
div.DivClassName
{
background-color: #EA23D1;
}
.BgClassName
{
background-color: #EA23D1;
}
</style>
border-color css
<style>
span { border-color: #EA23D1; }
span { border-color: rgb(234,35,209); }
td.TdClassName
{
border-color: #EA23D1;
}
.TagClassName
{
border-color: #EA23D1;
}
</style>