Shades of Brink Pink #ED6078
Tints of Brink Pink #ED6078
RGB
CMYK
RGB Variations
Color information
#ED6078 (or 0xED6078) is known color: Brink Pink. HEX triplet: ED, 60 and 78. RGB value is (237,96,120). Sum of RGB (Red+Green+Blue) = 237+96+120=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6078 is #129F87. Grayscale: #8C8C8C. Windows color (decimal): -1220488 or 7889133. OLE color: 7889133.
HSL color Cylindrical-coordinate representation of color #ED6078: hue angle of 349.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6078 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 120 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.07 |
| HSL | 349.79º | 0.8% | 0.65% | - |
| HSV(B) | 349.79º | 0.59% | 0.93% | - |
| XYZ | 42.5 | 27.73 | 20.88 | - |
| YUV | 140.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 120 | 0 | 0.59 | 0.49 | 0.07 | 349.79 | 0.8 | 0.65 |
| Hex | ED | 60 | 78 | 0 | 3B | 31 | 7 | 15E | 50 | 41 |
| Octal | 355 | 140 | 170 | 0 | 73 | 61 | 7 | 536 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1111000 | 0 | 111011 | 110001 | 111 | 101011110 | 1010000 | 1000001 |
Color Harmonies of #ED6078
Complementary color
Monochromatic Colors of #ED6078
Black with #ED6078
Text Example
Text Example
White with #ED6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6078; }
p { color: rgb(237,96,120); }
H1.HeaderClassName
{
color: #ED6078;
}
.AnyTagClassName
{
color: #ED6078;
}
</style>
background-color css
<style>
a { background-color: #ED6078; }
a { background-color: rgb(237,96,120); }
div.DivClassName
{
background-color: #ED6078;
}
.BgClassName
{
background-color: #ED6078;
}
</style>
border-color css
<style>
span { border-color: #ED6078; }
span { border-color: rgb(237,96,120); }
td.TdClassName
{
border-color: #ED6078;
}
.TagClassName
{
border-color: #ED6078;
}
</style>