Shades of Razzle Dazzle Rose #EA3CDD
Tints of Razzle Dazzle Rose #EA3CDD
RGB
CMYK
RGB Variations
Color information
#EA3CDD (or 0xEA3CDD) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3C and DD. RGB value is (234,60,221). Sum of RGB (Red+Green+Blue) = 234+60+221=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 60 (23.83% from 255 or 11.65% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3CDD is #15C322. Grayscale: #818181. Windows color (decimal): -1426211 or 14499050. OLE color: 14499050.
HSL color Cylindrical-coordinate representation of color #EA3CDD: hue angle of 304.48º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3CDD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 221 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.08 |
| HSL | 304.48º | 0.81% | 0.58% | - |
| HSV(B) | 304.48º | 0.74% | 0.92% | - |
| XYZ | 48.6 | 25.94 | 70.85 | - |
| YUV | 130.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 221 | 0 | 0.74 | 0.06 | 0.08 | 304.48 | 0.81 | 0.58 |
| Hex | EA | 3C | DD | 0 | 4A | 6 | 8 | 130 | 51 | 3A |
| Octal | 352 | 74 | 335 | 0 | 112 | 6 | 10 | 460 | 121 | 72 |
| Binary | 11101010 | 111100 | 11011101 | 0 | 1001010 | 110 | 1000 | 100110000 | 1010001 | 111010 |
Color Harmonies of #EA3CDD
Complementary color
Monochromatic Colors of #EA3CDD
Black with #EA3CDD
Text Example
Text Example
White with #EA3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3CDD; }
p { color: rgb(234,60,221); }
H1.HeaderClassName
{
color: #EA3CDD;
}
.AnyTagClassName
{
color: #EA3CDD;
}
</style>
background-color css
<style>
a { background-color: #EA3CDD; }
a { background-color: rgb(234,60,221); }
div.DivClassName
{
background-color: #EA3CDD;
}
.BgClassName
{
background-color: #EA3CDD;
}
</style>
border-color css
<style>
span { border-color: #EA3CDD; }
span { border-color: rgb(234,60,221); }
td.TdClassName
{
border-color: #EA3CDD;
}
.TagClassName
{
border-color: #EA3CDD;
}
</style>