Shades of Froly #EA6D7D
Tints of Froly #EA6D7D
RGB
CMYK
RGB Variations
Color information
#EA6D7D (or 0xEA6D7D) is known color: Froly. HEX triplet: EA, 6D and 7D. RGB value is (234,109,125). Sum of RGB (Red+Green+Blue) = 234+109+125=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D7D is #159282. Grayscale: #949494. Windows color (decimal): -1413763 or 8220138. OLE color: 8220138.
HSL color Cylindrical-coordinate representation of color #EA6D7D: hue angle of 352.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6D7D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 125 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.08 |
| HSL | 352.32º | 0.75% | 0.67% | - |
| HSV(B) | 352.32º | 0.53% | 0.92% | - |
| XYZ | 43.1 | 29.91 | 22.9 | - |
| YUV | 148.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 125 | 0 | 0.53 | 0.47 | 0.08 | 352.32 | 0.75 | 0.67 |
| Hex | EA | 6D | 7D | 0 | 35 | 2F | 8 | 160 | 4B | 43 |
| Octal | 352 | 155 | 175 | 0 | 65 | 57 | 10 | 540 | 113 | 103 |
| Binary | 11101010 | 1101101 | 1111101 | 0 | 110101 | 101111 | 1000 | 101100000 | 1001011 | 1000011 |
Color Harmonies of #EA6D7D
Complementary color
Monochromatic Colors of #EA6D7D
Black with #EA6D7D
Text Example
Text Example
White with #EA6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D7D; }
p { color: rgb(234,109,125); }
H1.HeaderClassName
{
color: #EA6D7D;
}
.AnyTagClassName
{
color: #EA6D7D;
}
</style>
background-color css
<style>
a { background-color: #EA6D7D; }
a { background-color: rgb(234,109,125); }
div.DivClassName
{
background-color: #EA6D7D;
}
.BgClassName
{
background-color: #EA6D7D;
}
</style>
border-color css
<style>
span { border-color: #EA6D7D; }
span { border-color: rgb(234,109,125); }
td.TdClassName
{
border-color: #EA6D7D;
}
.TagClassName
{
border-color: #EA6D7D;
}
</style>