Shades of Froly #E6627B
Tints of Froly #E6627B
RGB
CMYK
RGB Variations
Color information
#E6627B (or 0xE6627B) is known color: Froly. HEX triplet: E6, 62 and 7B. RGB value is (230,98,123). Sum of RGB (Red+Green+Blue) = 230+98+123=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6627B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6627B is #199D84. Grayscale: #8C8C8C. Windows color (decimal): -1678725 or 8086246. OLE color: 8086246.
HSL color Cylindrical-coordinate representation of color #E6627B: hue angle of 348.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6627B is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 123 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.10 |
| HSL | 348.64º | 0.73% | 0.64% | - |
| HSV(B) | 348.64º | 0.57% | 0.9% | - |
| XYZ | 40.58 | 26.99 | 21.81 | - |
| YUV | 140.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 123 | 0 | 0.57 | 0.47 | 0.10 | 348.64 | 0.73 | 0.64 |
| Hex | E6 | 62 | 7B | 0 | 39 | 2F | A | 15D | 49 | 40 |
| Octal | 346 | 142 | 173 | 0 | 71 | 57 | 12 | 535 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1111011 | 0 | 111001 | 101111 | 1010 | 101011101 | 1001001 | 1000000 |
Color Harmonies of #E6627B
Complementary color
Monochromatic Colors of #E6627B
Black with #E6627B
Text Example
Text Example
White with #E6627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6627B; }
p { color: rgb(230,98,123); }
H1.HeaderClassName
{
color: #E6627B;
}
.AnyTagClassName
{
color: #E6627B;
}
</style>
background-color css
<style>
a { background-color: #E6627B; }
a { background-color: rgb(230,98,123); }
div.DivClassName
{
background-color: #E6627B;
}
.BgClassName
{
background-color: #E6627B;
}
</style>
border-color css
<style>
span { border-color: #E6627B; }
span { border-color: rgb(230,98,123); }
td.TdClassName
{
border-color: #E6627B;
}
.TagClassName
{
border-color: #E6627B;
}
</style>