Shades of Hit Pink #EDA272
Tints of Hit Pink #EDA272
RGB
CMYK
RGB Variations
Color information
#EDA272 (or 0xEDA272) is known color: Hit Pink. HEX triplet: ED, A2 and 72. RGB value is (237,162,114). Sum of RGB (Red+Green+Blue) = 237+162+114=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA272 is #125D8D. Grayscale: #B3B3B3. Windows color (decimal): -1203598 or 7512813. OLE color: 7512813.
HSL color Cylindrical-coordinate representation of color #EDA272: hue angle of 23.41º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA272 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 114 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.07 |
| HSL | 23.41º | 0.77% | 0.69% | - |
| HSV(B) | 23.41º | 0.52% | 0.93% | - |
| XYZ | 50.88 | 45.06 | 21.94 | - |
| YUV | 178.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 114 | 0 | 0.32 | 0.52 | 0.07 | 23.41 | 0.77 | 0.69 |
| Hex | ED | A2 | 72 | 0 | 20 | 34 | 7 | 17 | 4D | 45 |
| Octal | 355 | 242 | 162 | 0 | 40 | 64 | 7 | 27 | 115 | 105 |
| Binary | 11101101 | 10100010 | 1110010 | 0 | 100000 | 110100 | 111 | 10111 | 1001101 | 1000101 |
Color Harmonies of #EDA272
Complementary color
Monochromatic Colors of #EDA272
Black with #EDA272
Text Example
Text Example
White with #EDA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA272; }
p { color: rgb(237,162,114); }
H1.HeaderClassName
{
color: #EDA272;
}
.AnyTagClassName
{
color: #EDA272;
}
</style>
background-color css
<style>
a { background-color: #EDA272; }
a { background-color: rgb(237,162,114); }
div.DivClassName
{
background-color: #EDA272;
}
.BgClassName
{
background-color: #EDA272;
}
</style>
border-color css
<style>
span { border-color: #EDA272; }
span { border-color: rgb(237,162,114); }
td.TdClassName
{
border-color: #EDA272;
}
.TagClassName
{
border-color: #EDA272;
}
</style>