Shades of Razzle Dazzle Rose #EA2DD0
Tints of Razzle Dazzle Rose #EA2DD0
RGB
CMYK
RGB Variations
Color information
#EA2DD0 (or 0xEA2DD0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and D0. RGB value is (234,45,208). Sum of RGB (Red+Green+Blue) = 234+45+208=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DD0 is #15D22F. Grayscale: #777777. Windows color (decimal): -1430064 or 13643242. OLE color: 13643242.
HSL color Cylindrical-coordinate representation of color #EA2DD0: hue angle of 308.25º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DD0 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 208 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.08 |
| HSL | 308.25º | 0.82% | 0.55% | - |
| HSV(B) | 308.25º | 0.81% | 0.92% | - |
| XYZ | 46.26 | 23.92 | 61.85 | - |
| YUV | 120.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 208 | 0 | 0.81 | 0.11 | 0.08 | 308.25 | 0.82 | 0.55 |
| Hex | EA | 2D | D0 | 0 | 51 | B | 8 | 134 | 52 | 37 |
| Octal | 352 | 55 | 320 | 0 | 121 | 13 | 10 | 464 | 122 | 67 |
| Binary | 11101010 | 101101 | 11010000 | 0 | 1010001 | 1011 | 1000 | 100110100 | 1010010 | 110111 |
Color Harmonies of #EA2DD0
Complementary color
Monochromatic Colors of #EA2DD0
Black with #EA2DD0
Text Example
Text Example
White with #EA2DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DD0; }
p { color: rgb(234,45,208); }
H1.HeaderClassName
{
color: #EA2DD0;
}
.AnyTagClassName
{
color: #EA2DD0;
}
</style>
background-color css
<style>
a { background-color: #EA2DD0; }
a { background-color: rgb(234,45,208); }
div.DivClassName
{
background-color: #EA2DD0;
}
.BgClassName
{
background-color: #EA2DD0;
}
</style>
border-color css
<style>
span { border-color: #EA2DD0; }
span { border-color: rgb(234,45,208); }
td.TdClassName
{
border-color: #EA2DD0;
}
.TagClassName
{
border-color: #EA2DD0;
}
</style>