Shades of Brink Pink #ED627B
Tints of Brink Pink #ED627B
RGB
CMYK
RGB Variations
Color information
#ED627B (or 0xED627B) is known color: Brink Pink. HEX triplet: ED, 62 and 7B. RGB value is (237,98,123). Sum of RGB (Red+Green+Blue) = 237+98+123=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED627B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED627B is #129D84. Grayscale: #8E8E8E. Windows color (decimal): -1219973 or 8086253. OLE color: 8086253.
HSL color Cylindrical-coordinate representation of color #ED627B: hue angle of 349.21º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED627B is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 123 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 349.21º | 0.79% | 0.66% | - |
| HSV(B) | 349.21º | 0.59% | 0.93% | - |
| XYZ | 42.87 | 28.17 | 21.92 | - |
| YUV | 142.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 123 | 0 | 0.59 | 0.48 | 0.07 | 349.21 | 0.79 | 0.66 |
| Hex | ED | 62 | 7B | 0 | 3B | 30 | 7 | 15D | 4F | 42 |
| Octal | 355 | 142 | 173 | 0 | 73 | 60 | 7 | 535 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1111011 | 0 | 111011 | 110000 | 111 | 101011101 | 1001111 | 1000010 |
Color Harmonies of #ED627B
Complementary color
Monochromatic Colors of #ED627B
Black with #ED627B
Text Example
Text Example
White with #ED627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED627B; }
p { color: rgb(237,98,123); }
H1.HeaderClassName
{
color: #ED627B;
}
.AnyTagClassName
{
color: #ED627B;
}
</style>
background-color css
<style>
a { background-color: #ED627B; }
a { background-color: rgb(237,98,123); }
div.DivClassName
{
background-color: #ED627B;
}
.BgClassName
{
background-color: #ED627B;
}
</style>
border-color css
<style>
span { border-color: #ED627B; }
span { border-color: rgb(237,98,123); }
td.TdClassName
{
border-color: #ED627B;
}
.TagClassName
{
border-color: #ED627B;
}
</style>