Shades of Razzle Dazzle Rose #ED2ABC
Tints of Razzle Dazzle Rose #ED2ABC
RGB
CMYK
RGB Variations
Color information
#ED2ABC (or 0xED2ABC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and BC. RGB value is (237,42,188). Sum of RGB (Red+Green+Blue) = 237+42+188=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ABC is #12D543. Grayscale: #747474. Windows color (decimal): -1234244 or 12331757. OLE color: 12331757.
HSL color Cylindrical-coordinate representation of color #ED2ABC: hue angle of 315.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2ABC is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 188 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.07 |
| HSL | 315.08º | 0.84% | 0.55% | - |
| HSV(B) | 315.08º | 0.82% | 0.93% | - |
| XYZ | 44.83 | 23.29 | 49.71 | - |
| YUV | 116.95 | 168.1 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 188 | 0 | 0.82 | 0.21 | 0.07 | 315.08 | 0.84 | 0.55 |
| Hex | ED | 2A | BC | 0 | 52 | 15 | 7 | 13B | 54 | 37 |
| Octal | 355 | 52 | 274 | 0 | 122 | 25 | 7 | 473 | 124 | 67 |
| Binary | 11101101 | 101010 | 10111100 | 0 | 1010010 | 10101 | 111 | 100111011 | 1010100 | 110111 |
Color Harmonies of #ED2ABC
Complementary color
Monochromatic Colors of #ED2ABC
Black with #ED2ABC
Text Example
Text Example
White with #ED2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2ABC; }
p { color: rgb(237,42,188); }
H1.HeaderClassName
{
color: #ED2ABC;
}
.AnyTagClassName
{
color: #ED2ABC;
}
</style>
background-color css
<style>
a { background-color: #ED2ABC; }
a { background-color: rgb(237,42,188); }
div.DivClassName
{
background-color: #ED2ABC;
}
.BgClassName
{
background-color: #ED2ABC;
}
</style>
border-color css
<style>
span { border-color: #ED2ABC; }
span { border-color: rgb(237,42,188); }
td.TdClassName
{
border-color: #ED2ABC;
}
.TagClassName
{
border-color: #ED2ABC;
}
</style>