Shades of Razzle Dazzle Rose #ED48CA
Tints of Razzle Dazzle Rose #ED48CA
RGB
CMYK
RGB Variations
Color information
#ED48CA (or 0xED48CA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 48 and CA. RGB value is (237,72,202). Sum of RGB (Red+Green+Blue) = 237+72+202=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48CA is #12B735. Grayscale: #878787. Windows color (decimal): -1226550 or 13256941. OLE color: 13256941.
HSL color Cylindrical-coordinate representation of color #ED48CA: hue angle of 312.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED48CA is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 202 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.07 |
| HSL | 312.73º | 0.82% | 0.61% | - |
| HSV(B) | 312.73º | 0.7% | 0.93% | - |
| XYZ | 47.9 | 26.9 | 58.55 | - |
| YUV | 136.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 202 | 0 | 0.70 | 0.15 | 0.07 | 312.73 | 0.82 | 0.61 |
| Hex | ED | 48 | CA | 0 | 46 | F | 7 | 139 | 52 | 3D |
| Octal | 355 | 110 | 312 | 0 | 106 | 17 | 7 | 471 | 122 | 75 |
| Binary | 11101101 | 1001000 | 11001010 | 0 | 1000110 | 1111 | 111 | 100111001 | 1010010 | 111101 |
Color Harmonies of #ED48CA
Complementary color
Monochromatic Colors of #ED48CA
Black with #ED48CA
Text Example
Text Example
White with #ED48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED48CA; }
p { color: rgb(237,72,202); }
H1.HeaderClassName
{
color: #ED48CA;
}
.AnyTagClassName
{
color: #ED48CA;
}
</style>
background-color css
<style>
a { background-color: #ED48CA; }
a { background-color: rgb(237,72,202); }
div.DivClassName
{
background-color: #ED48CA;
}
.BgClassName
{
background-color: #ED48CA;
}
</style>
border-color css
<style>
span { border-color: #ED48CA; }
span { border-color: rgb(237,72,202); }
td.TdClassName
{
border-color: #ED48CA;
}
.TagClassName
{
border-color: #ED48CA;
}
</style>