Shades of Sea Pink #E27D7C
Tints of Sea Pink #E27D7C
RGB
CMYK
RGB Variations
Color information
#E27D7C (or 0xE27D7C) is known color: Sea Pink. HEX triplet: E2, 7D and 7C. RGB value is (226,125,124). Sum of RGB (Red+Green+Blue) = 226+125+124=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D7C is #1D8283. Grayscale: #9B9B9B. Windows color (decimal): -1933956 or 8158690. OLE color: 8158690.
HSL color Cylindrical-coordinate representation of color #E27D7C: hue angle of 0.59º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27D7C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 124 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.11 |
| HSL | 0.59º | 0.64% | 0.69% | - |
| HSV(B) | 0.59º | 0.45% | 0.89% | - |
| XYZ | 42.34 | 32.29 | 23.07 | - |
| YUV | 155.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 124 | 0 | 0.45 | 0.45 | 0.11 | 0.59 | 0.64 | 0.69 |
| Hex | E2 | 7D | 7C | 0 | 2D | 2D | B | 1 | 40 | 45 |
| Octal | 342 | 175 | 174 | 0 | 55 | 55 | 13 | 1 | 100 | 105 |
| Binary | 11100010 | 1111101 | 1111100 | 0 | 101101 | 101101 | 1011 | 1 | 1000000 | 1000101 |
Color Harmonies of #E27D7C
Complementary color
Monochromatic Colors of #E27D7C
Black with #E27D7C
Text Example
Text Example
White with #E27D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D7C; }
p { color: rgb(226,125,124); }
H1.HeaderClassName
{
color: #E27D7C;
}
.AnyTagClassName
{
color: #E27D7C;
}
</style>
background-color css
<style>
a { background-color: #E27D7C; }
a { background-color: rgb(226,125,124); }
div.DivClassName
{
background-color: #E27D7C;
}
.BgClassName
{
background-color: #E27D7C;
}
</style>
border-color css
<style>
span { border-color: #E27D7C; }
span { border-color: rgb(226,125,124); }
td.TdClassName
{
border-color: #E27D7C;
}
.TagClassName
{
border-color: #E27D7C;
}
</style>