Shades of Razzle Dazzle Rose #EA1CDA
Tints of Razzle Dazzle Rose #EA1CDA
RGB
CMYK
RGB Variations
Color information
#EA1CDA (or 0xEA1CDA) is known color: Razzle Dazzle Rose. HEX triplet: EA, 1C and DA. RGB value is (234,28,218). Sum of RGB (Red+Green+Blue) = 234+28+218=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CDA is #15E325. Grayscale: #6E6E6E. Windows color (decimal): -1434406 or 14294250. OLE color: 14294250.
HSL color Cylindrical-coordinate representation of color #EA1CDA: hue angle of 304.66º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CDA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.08 |
| HSL | 304.66º | 0.83% | 0.51% | - |
| HSV(B) | 304.66º | 0.88% | 0.92% | - |
| XYZ | 47 | 23.38 | 68.37 | - |
| YUV | 111.25 | 188.25 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 218 | 0 | 0.88 | 0.07 | 0.08 | 304.66 | 0.83 | 0.51 |
| Hex | EA | 1C | DA | 0 | 58 | 7 | 8 | 131 | 53 | 33 |
| Octal | 352 | 34 | 332 | 0 | 130 | 7 | 10 | 461 | 123 | 63 |
| Binary | 11101010 | 11100 | 11011010 | 0 | 1011000 | 111 | 1000 | 100110001 | 1010011 | 110011 |
Color Harmonies of #EA1CDA
Complementary color
Monochromatic Colors of #EA1CDA
Black with #EA1CDA
Text Example
Text Example
White with #EA1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CDA; }
p { color: rgb(234,28,218); }
H1.HeaderClassName
{
color: #EA1CDA;
}
.AnyTagClassName
{
color: #EA1CDA;
}
</style>
background-color css
<style>
a { background-color: #EA1CDA; }
a { background-color: rgb(234,28,218); }
div.DivClassName
{
background-color: #EA1CDA;
}
.BgClassName
{
background-color: #EA1CDA;
}
</style>
border-color css
<style>
span { border-color: #EA1CDA; }
span { border-color: rgb(234,28,218); }
td.TdClassName
{
border-color: #EA1CDA;
}
.TagClassName
{
border-color: #EA1CDA;
}
</style>