Shades of Deep Pink #ED067B
Tints of Deep Pink #ED067B
RGB
CMYK
RGB Variations
Color information
#ED067B (or 0xED067B) is known color: Deep Pink. HEX triplet: ED, 06 and 7B. RGB value is (237,6,123). Sum of RGB (Red+Green+Blue) = 237+6+123=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED067B is #12F984. Grayscale: #585858. Windows color (decimal): -1243525 or 8062701. OLE color: 8062701.
HSL color Cylindrical-coordinate representation of color #ED067B: hue angle of 329.61º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED067B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.07 |
| HSL | 329.61º | 0.95% | 0.48% | - |
| HSV(B) | 329.61º | 0.97% | 0.93% | - |
| XYZ | 38.57 | 19.56 | 20.48 | - |
| YUV | 88.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 123 | 0 | 0.97 | 0.48 | 0.07 | 329.61 | 0.95 | 0.48 |
| Hex | ED | 6 | 7B | 0 | 61 | 30 | 7 | 14A | 5F | 30 |
| Octal | 355 | 6 | 173 | 0 | 141 | 60 | 7 | 512 | 137 | 60 |
| Binary | 11101101 | 110 | 1111011 | 0 | 1100001 | 110000 | 111 | 101001010 | 1011111 | 110000 |
Color Harmonies of #ED067B
Complementary color
Monochromatic Colors of #ED067B
Black with #ED067B
Text Example
Text Example
White with #ED067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED067B; }
p { color: rgb(237,6,123); }
H1.HeaderClassName
{
color: #ED067B;
}
.AnyTagClassName
{
color: #ED067B;
}
</style>
background-color css
<style>
a { background-color: #ED067B; }
a { background-color: rgb(237,6,123); }
div.DivClassName
{
background-color: #ED067B;
}
.BgClassName
{
background-color: #ED067B;
}
</style>
border-color css
<style>
span { border-color: #ED067B; }
span { border-color: rgb(237,6,123); }
td.TdClassName
{
border-color: #ED067B;
}
.TagClassName
{
border-color: #ED067B;
}
</style>