Shades of Razzle Dazzle Rose #ED2ACF
Tints of Razzle Dazzle Rose #ED2ACF
RGB
CMYK
RGB Variations
Color information
#ED2ACF (or 0xED2ACF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and CF. RGB value is (237,42,207). Sum of RGB (Red+Green+Blue) = 237+42+207=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ACF is #12D530. Grayscale: #767676. Windows color (decimal): -1234225 or 13576941. OLE color: 13576941.
HSL color Cylindrical-coordinate representation of color #ED2ACF: hue angle of 309.23º 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 #ED2ACF is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 207 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.07 |
| HSL | 309.23º | 0.84% | 0.55% | - |
| HSV(B) | 309.23º | 0.82% | 0.93% | - |
| XYZ | 47.02 | 24.17 | 61.22 | - |
| YUV | 119.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 207 | 0 | 0.82 | 0.13 | 0.07 | 309.23 | 0.84 | 0.55 |
| Hex | ED | 2A | CF | 0 | 52 | D | 7 | 135 | 54 | 37 |
| Octal | 355 | 52 | 317 | 0 | 122 | 15 | 7 | 465 | 124 | 67 |
| Binary | 11101101 | 101010 | 11001111 | 0 | 1010010 | 1101 | 111 | 100110101 | 1010100 | 110111 |
Color Harmonies of #ED2ACF
Complementary color
Monochromatic Colors of #ED2ACF
Black with #ED2ACF
Text Example
Text Example
White with #ED2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2ACF; }
p { color: rgb(237,42,207); }
H1.HeaderClassName
{
color: #ED2ACF;
}
.AnyTagClassName
{
color: #ED2ACF;
}
</style>
background-color css
<style>
a { background-color: #ED2ACF; }
a { background-color: rgb(237,42,207); }
div.DivClassName
{
background-color: #ED2ACF;
}
.BgClassName
{
background-color: #ED2ACF;
}
</style>
border-color css
<style>
span { border-color: #ED2ACF; }
span { border-color: rgb(237,42,207); }
td.TdClassName
{
border-color: #ED2ACF;
}
.TagClassName
{
border-color: #ED2ACF;
}
</style>