Shades of Razzle Dazzle Rose #ED40CC
Tints of Razzle Dazzle Rose #ED40CC
RGB
CMYK
RGB Variations
Color information
#ED40CC (or 0xED40CC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 40 and CC. RGB value is (237,64,204). Sum of RGB (Red+Green+Blue) = 237+64+204=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40CC is #12BF33. Grayscale: #838383. Windows color (decimal): -1228596 or 13385965. OLE color: 13385965.
HSL color Cylindrical-coordinate representation of color #ED40CC: hue angle of 311.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40CC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 204 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.07 |
| HSL | 311.45º | 0.83% | 0.59% | - |
| HSV(B) | 311.45º | 0.73% | 0.93% | - |
| XYZ | 47.66 | 26.03 | 59.64 | - |
| YUV | 131.69 | 168.81 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 204 | 0 | 0.73 | 0.14 | 0.07 | 311.45 | 0.83 | 0.59 |
| Hex | ED | 40 | CC | 0 | 49 | E | 7 | 137 | 53 | 3B |
| Octal | 355 | 100 | 314 | 0 | 111 | 16 | 7 | 467 | 123 | 73 |
| Binary | 11101101 | 1000000 | 11001100 | 0 | 1001001 | 1110 | 111 | 100110111 | 1010011 | 111011 |
Color Harmonies of #ED40CC
Complementary color
Monochromatic Colors of #ED40CC
Black with #ED40CC
Text Example
Text Example
White with #ED40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED40CC; }
p { color: rgb(237,64,204); }
H1.HeaderClassName
{
color: #ED40CC;
}
.AnyTagClassName
{
color: #ED40CC;
}
</style>
background-color css
<style>
a { background-color: #ED40CC; }
a { background-color: rgb(237,64,204); }
div.DivClassName
{
background-color: #ED40CC;
}
.BgClassName
{
background-color: #ED40CC;
}
</style>
border-color css
<style>
span { border-color: #ED40CC; }
span { border-color: rgb(237,64,204); }
td.TdClassName
{
border-color: #ED40CC;
}
.TagClassName
{
border-color: #ED40CC;
}
</style>