Shades of Razzle Dazzle Rose #EA2DCB
Tints of Razzle Dazzle Rose #EA2DCB
RGB
CMYK
RGB Variations
Color information
#EA2DCB (or 0xEA2DCB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and CB. RGB value is (234,45,203). Sum of RGB (Red+Green+Blue) = 234+45+203=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DCB is #15D234. Grayscale: #777777. Windows color (decimal): -1430069 or 13315562. OLE color: 13315562.
HSL color Cylindrical-coordinate representation of color #EA2DCB: hue angle of 309.84º 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 #EA2DCB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 203 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.08 |
| HSL | 309.84º | 0.82% | 0.55% | - |
| HSV(B) | 309.84º | 0.81% | 0.92% | - |
| XYZ | 45.65 | 23.68 | 58.66 | - |
| YUV | 119.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 203 | 0 | 0.81 | 0.13 | 0.08 | 309.84 | 0.82 | 0.55 |
| Hex | EA | 2D | CB | 0 | 51 | D | 8 | 136 | 52 | 37 |
| Octal | 352 | 55 | 313 | 0 | 121 | 15 | 10 | 466 | 122 | 67 |
| Binary | 11101010 | 101101 | 11001011 | 0 | 1010001 | 1101 | 1000 | 100110110 | 1010010 | 110111 |
Color Harmonies of #EA2DCB
Complementary color
Monochromatic Colors of #EA2DCB
Black with #EA2DCB
Text Example
Text Example
White with #EA2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DCB; }
p { color: rgb(234,45,203); }
H1.HeaderClassName
{
color: #EA2DCB;
}
.AnyTagClassName
{
color: #EA2DCB;
}
</style>
background-color css
<style>
a { background-color: #EA2DCB; }
a { background-color: rgb(234,45,203); }
div.DivClassName
{
background-color: #EA2DCB;
}
.BgClassName
{
background-color: #EA2DCB;
}
</style>
border-color css
<style>
span { border-color: #EA2DCB; }
span { border-color: rgb(234,45,203); }
td.TdClassName
{
border-color: #EA2DCB;
}
.TagClassName
{
border-color: #EA2DCB;
}
</style>