Shades of Razzle Dazzle Rose #ED4BBA
Tints of Razzle Dazzle Rose #ED4BBA
RGB
CMYK
RGB Variations
Color information
#ED4BBA (or 0xED4BBA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4B and BA. RGB value is (237,75,186). Sum of RGB (Red+Green+Blue) = 237+75+186=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BBA is #12B445. Grayscale: #878787. Windows color (decimal): -1225798 or 12209133. OLE color: 12209133.
HSL color Cylindrical-coordinate representation of color #ED4BBA: hue angle of 318.89º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4BBA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 186 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 318.89º | 0.82% | 0.61% | - |
| HSV(B) | 318.89º | 0.68% | 0.93% | - |
| XYZ | 46.3 | 26.58 | 49.14 | - |
| YUV | 136.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 186 | 0 | 0.68 | 0.22 | 0.07 | 318.89 | 0.82 | 0.61 |
| Hex | ED | 4B | BA | 0 | 44 | 16 | 7 | 13F | 52 | 3D |
| Octal | 355 | 113 | 272 | 0 | 104 | 26 | 7 | 477 | 122 | 75 |
| Binary | 11101101 | 1001011 | 10111010 | 0 | 1000100 | 10110 | 111 | 100111111 | 1010010 | 111101 |
Color Harmonies of #ED4BBA
Complementary color
Monochromatic Colors of #ED4BBA
Black with #ED4BBA
Text Example
Text Example
White with #ED4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BBA; }
p { color: rgb(237,75,186); }
H1.HeaderClassName
{
color: #ED4BBA;
}
.AnyTagClassName
{
color: #ED4BBA;
}
</style>
background-color css
<style>
a { background-color: #ED4BBA; }
a { background-color: rgb(237,75,186); }
div.DivClassName
{
background-color: #ED4BBA;
}
.BgClassName
{
background-color: #ED4BBA;
}
</style>
border-color css
<style>
span { border-color: #ED4BBA; }
span { border-color: rgb(237,75,186); }
td.TdClassName
{
border-color: #ED4BBA;
}
.TagClassName
{
border-color: #ED4BBA;
}
</style>