Shades of Brink Pink #ED6181
Tints of Brink Pink #ED6181
RGB
CMYK
RGB Variations
Color information
#ED6181 (or 0xED6181) is known color: Brink Pink. HEX triplet: ED, 61 and 81. RGB value is (237,97,129). Sum of RGB (Red+Green+Blue) = 237+97+129=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6181 is #129E7E. Grayscale: #8E8E8E. Windows color (decimal): -1220223 or 8479213. OLE color: 8479213.
HSL color Cylindrical-coordinate representation of color #ED6181: hue angle of 346.29º 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 #ED6181 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 129 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.07 |
| HSL | 346.29º | 0.8% | 0.65% | - |
| HSV(B) | 346.29º | 0.59% | 0.93% | - |
| XYZ | 43.16 | 28.14 | 23.93 | - |
| YUV | 142.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 129 | 0 | 0.59 | 0.46 | 0.07 | 346.29 | 0.8 | 0.65 |
| Hex | ED | 61 | 81 | 0 | 3B | 2E | 7 | 15A | 50 | 41 |
| Octal | 355 | 141 | 201 | 0 | 73 | 56 | 7 | 532 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10000001 | 0 | 111011 | 101110 | 111 | 101011010 | 1010000 | 1000001 |
Color Harmonies of #ED6181
Complementary color
Monochromatic Colors of #ED6181
Black with #ED6181
Text Example
Text Example
White with #ED6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6181; }
p { color: rgb(237,97,129); }
H1.HeaderClassName
{
color: #ED6181;
}
.AnyTagClassName
{
color: #ED6181;
}
</style>
background-color css
<style>
a { background-color: #ED6181; }
a { background-color: rgb(237,97,129); }
div.DivClassName
{
background-color: #ED6181;
}
.BgClassName
{
background-color: #ED6181;
}
</style>
border-color css
<style>
span { border-color: #ED6181; }
span { border-color: rgb(237,97,129); }
td.TdClassName
{
border-color: #ED6181;
}
.TagClassName
{
border-color: #ED6181;
}
</style>