Shades of Razzle Dazzle Rose #ED4ABC
Tints of Razzle Dazzle Rose #ED4ABC
RGB
CMYK
RGB Variations
Color information
#ED4ABC (or 0xED4ABC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4A and BC. RGB value is (237,74,188). Sum of RGB (Red+Green+Blue) = 237+74+188=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ABC is #12B543. Grayscale: #878787. Windows color (decimal): -1226052 or 12339949. OLE color: 12339949.
HSL color Cylindrical-coordinate representation of color #ED4ABC: hue angle of 318.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4ABC is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 188 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.07 |
| HSL | 318.04º | 0.82% | 0.61% | - |
| HSV(B) | 318.04º | 0.69% | 0.93% | - |
| XYZ | 46.45 | 26.53 | 50.25 | - |
| YUV | 135.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 188 | 0 | 0.69 | 0.21 | 0.07 | 318.04 | 0.82 | 0.61 |
| Hex | ED | 4A | BC | 0 | 45 | 15 | 7 | 13E | 52 | 3D |
| Octal | 355 | 112 | 274 | 0 | 105 | 25 | 7 | 476 | 122 | 75 |
| Binary | 11101101 | 1001010 | 10111100 | 0 | 1000101 | 10101 | 111 | 100111110 | 1010010 | 111101 |
Color Harmonies of #ED4ABC
Complementary color
Monochromatic Colors of #ED4ABC
Black with #ED4ABC
Text Example
Text Example
White with #ED4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4ABC; }
p { color: rgb(237,74,188); }
H1.HeaderClassName
{
color: #ED4ABC;
}
.AnyTagClassName
{
color: #ED4ABC;
}
</style>
background-color css
<style>
a { background-color: #ED4ABC; }
a { background-color: rgb(237,74,188); }
div.DivClassName
{
background-color: #ED4ABC;
}
.BgClassName
{
background-color: #ED4ABC;
}
</style>
border-color css
<style>
span { border-color: #ED4ABC; }
span { border-color: rgb(237,74,188); }
td.TdClassName
{
border-color: #ED4ABC;
}
.TagClassName
{
border-color: #ED4ABC;
}
</style>