Shades of Brink Pink #EE677D
Tints of Brink Pink #EE677D
RGB
CMYK
RGB Variations
Color information
#EE677D (or 0xEE677D) is known color: Brink Pink. HEX triplet: EE, 67 and 7D. RGB value is (238,103,125). Sum of RGB (Red+Green+Blue) = 238+103+125=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE677D is #119882. Grayscale: #919191. Windows color (decimal): -1153155 or 8218606. OLE color: 8218606.
HSL color Cylindrical-coordinate representation of color #EE677D: hue angle of 350.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE677D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 125 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.07 |
| HSL | 350.22º | 0.8% | 0.67% | - |
| HSV(B) | 350.22º | 0.57% | 0.93% | - |
| XYZ | 43.81 | 29.36 | 22.76 | - |
| YUV | 145.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 125 | 0 | 0.57 | 0.47 | 0.07 | 350.22 | 0.8 | 0.67 |
| Hex | EE | 67 | 7D | 0 | 39 | 2F | 7 | 15E | 50 | 43 |
| Octal | 356 | 147 | 175 | 0 | 71 | 57 | 7 | 536 | 120 | 103 |
| Binary | 11101110 | 1100111 | 1111101 | 0 | 111001 | 101111 | 111 | 101011110 | 1010000 | 1000011 |
Color Harmonies of #EE677D
Complementary color
Monochromatic Colors of #EE677D
Black with #EE677D
Text Example
Text Example
White with #EE677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE677D; }
p { color: rgb(238,103,125); }
H1.HeaderClassName
{
color: #EE677D;
}
.AnyTagClassName
{
color: #EE677D;
}
</style>
background-color css
<style>
a { background-color: #EE677D; }
a { background-color: rgb(238,103,125); }
div.DivClassName
{
background-color: #EE677D;
}
.BgClassName
{
background-color: #EE677D;
}
</style>
border-color css
<style>
span { border-color: #EE677D; }
span { border-color: rgb(238,103,125); }
td.TdClassName
{
border-color: #EE677D;
}
.TagClassName
{
border-color: #EE677D;
}
</style>