Shades of Razzle Dazzle Rose #EA23DD
Tints of Razzle Dazzle Rose #EA23DD
RGB
CMYK
RGB Variations
Color information
#EA23DD (or 0xEA23DD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 23 and DD. RGB value is (234,35,221). Sum of RGB (Red+Green+Blue) = 234+35+221=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA23DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA23DD is #15DC22. Grayscale: #737373. Windows color (decimal): -1432611 or 14492650. OLE color: 14492650.
HSL color Cylindrical-coordinate representation of color #EA23DD: hue angle of 303.92º 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 #EA23DD is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 221 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.08 |
| HSL | 303.92º | 0.83% | 0.53% | - |
| HSV(B) | 303.92º | 0.85% | 0.92% | - |
| XYZ | 47.58 | 23.91 | 70.51 | - |
| YUV | 115.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 221 | 0 | 0.85 | 0.06 | 0.08 | 303.92 | 0.83 | 0.53 |
| Hex | EA | 23 | DD | 0 | 55 | 6 | 8 | 130 | 53 | 35 |
| Octal | 352 | 43 | 335 | 0 | 125 | 6 | 10 | 460 | 123 | 65 |
| Binary | 11101010 | 100011 | 11011101 | 0 | 1010101 | 110 | 1000 | 100110000 | 1010011 | 110101 |
Color Harmonies of #EA23DD
Complementary color
Monochromatic Colors of #EA23DD
Black with #EA23DD
Text Example
Text Example
White with #EA23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA23DD; }
p { color: rgb(234,35,221); }
H1.HeaderClassName
{
color: #EA23DD;
}
.AnyTagClassName
{
color: #EA23DD;
}
</style>
background-color css
<style>
a { background-color: #EA23DD; }
a { background-color: rgb(234,35,221); }
div.DivClassName
{
background-color: #EA23DD;
}
.BgClassName
{
background-color: #EA23DD;
}
</style>
border-color css
<style>
span { border-color: #EA23DD; }
span { border-color: rgb(234,35,221); }
td.TdClassName
{
border-color: #EA23DD;
}
.TagClassName
{
border-color: #EA23DD;
}
</style>