Shades of Brink Pink #ED627C
Tints of Brink Pink #ED627C
RGB
CMYK
RGB Variations
Color information
#ED627C (or 0xED627C) is known color: Brink Pink. HEX triplet: ED, 62 and 7C. RGB value is (237,98,124). Sum of RGB (Red+Green+Blue) = 237+98+124=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED627C is #129D83. Grayscale: #8E8E8E. Windows color (decimal): -1219972 or 8151789. OLE color: 8151789.
HSL color Cylindrical-coordinate representation of color #ED627C: hue angle of 348.78º 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 #ED627C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 124 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 348.78º | 0.79% | 0.66% | - |
| HSV(B) | 348.78º | 0.59% | 0.93% | - |
| XYZ | 42.93 | 28.2 | 22.25 | - |
| YUV | 142.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 124 | 0 | 0.59 | 0.48 | 0.07 | 348.78 | 0.79 | 0.66 |
| Hex | ED | 62 | 7C | 0 | 3B | 30 | 7 | 15D | 4F | 42 |
| Octal | 355 | 142 | 174 | 0 | 73 | 60 | 7 | 535 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1111100 | 0 | 111011 | 110000 | 111 | 101011101 | 1001111 | 1000010 |
Color Harmonies of #ED627C
Complementary color
Monochromatic Colors of #ED627C
Black with #ED627C
Text Example
Text Example
White with #ED627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED627C; }
p { color: rgb(237,98,124); }
H1.HeaderClassName
{
color: #ED627C;
}
.AnyTagClassName
{
color: #ED627C;
}
</style>
background-color css
<style>
a { background-color: #ED627C; }
a { background-color: rgb(237,98,124); }
div.DivClassName
{
background-color: #ED627C;
}
.BgClassName
{
background-color: #ED627C;
}
</style>
border-color css
<style>
span { border-color: #ED627C; }
span { border-color: rgb(237,98,124); }
td.TdClassName
{
border-color: #ED627C;
}
.TagClassName
{
border-color: #ED627C;
}
</style>