Shades of Deep Pink #ED0283
Tints of Deep Pink #ED0283
RGB
CMYK
RGB Variations
Color information
#ED0283 (or 0xED0283) is known color: Deep Pink. HEX triplet: ED, 02 and 83. RGB value is (237,2,131). Sum of RGB (Red+Green+Blue) = 237+2+131=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0283 is #12FD7C. Grayscale: #565656. Windows color (decimal): -1244541 or 8585965. OLE color: 8585965.
HSL color Cylindrical-coordinate representation of color #ED0283: hue angle of 327.06º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0283 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.07 |
| HSL | 327.06º | 0.98% | 0.47% | - |
| HSV(B) | 327.06º | 0.99% | 0.93% | - |
| XYZ | 39.04 | 19.69 | 23.21 | - |
| YUV | 86.97 | 152.86 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 131 | 0 | 0.99 | 0.45 | 0.07 | 327.06 | 0.98 | 0.47 |
| Hex | ED | 2 | 83 | 0 | 63 | 2D | 7 | 147 | 62 | 2F |
| Octal | 355 | 2 | 203 | 0 | 143 | 55 | 7 | 507 | 142 | 57 |
| Binary | 11101101 | 10 | 10000011 | 0 | 1100011 | 101101 | 111 | 101000111 | 1100010 | 101111 |
Color Harmonies of #ED0283
Complementary color
Monochromatic Colors of #ED0283
Black with #ED0283
Text Example
Text Example
White with #ED0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0283; }
p { color: rgb(237,2,131); }
H1.HeaderClassName
{
color: #ED0283;
}
.AnyTagClassName
{
color: #ED0283;
}
</style>
background-color css
<style>
a { background-color: #ED0283; }
a { background-color: rgb(237,2,131); }
div.DivClassName
{
background-color: #ED0283;
}
.BgClassName
{
background-color: #ED0283;
}
</style>
border-color css
<style>
span { border-color: #ED0283; }
span { border-color: rgb(237,2,131); }
td.TdClassName
{
border-color: #ED0283;
}
.TagClassName
{
border-color: #ED0283;
}
</style>