Shades of Froly #E67B7E
Tints of Froly #E67B7E
RGB
CMYK
RGB Variations
Color information
#E67B7E (or 0xE67B7E) is known color: Froly. HEX triplet: E6, 7B and 7E. RGB value is (230,123,126). Sum of RGB (Red+Green+Blue) = 230+123+126=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67B7E is #198481. Grayscale: #9B9B9B. Windows color (decimal): -1672322 or 8289254. OLE color: 8289254.
HSL color Cylindrical-coordinate representation of color #E67B7E: hue angle of 358.32º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67B7E is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 126 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.10 |
| HSL | 358.32º | 0.68% | 0.69% | - |
| HSV(B) | 358.32º | 0.47% | 0.9% | - |
| XYZ | 43.48 | 32.5 | 23.72 | - |
| YUV | 155.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 126 | 0 | 0.47 | 0.45 | 0.10 | 358.32 | 0.68 | 0.69 |
| Hex | E6 | 7B | 7E | 0 | 2F | 2D | A | 166 | 44 | 45 |
| Octal | 346 | 173 | 176 | 0 | 57 | 55 | 12 | 546 | 104 | 105 |
| Binary | 11100110 | 1111011 | 1111110 | 0 | 101111 | 101101 | 1010 | 101100110 | 1000100 | 1000101 |
Color Harmonies of #E67B7E
Complementary color
Monochromatic Colors of #E67B7E
Black with #E67B7E
Text Example
Text Example
White with #E67B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B7E; }
p { color: rgb(230,123,126); }
H1.HeaderClassName
{
color: #E67B7E;
}
.AnyTagClassName
{
color: #E67B7E;
}
</style>
background-color css
<style>
a { background-color: #E67B7E; }
a { background-color: rgb(230,123,126); }
div.DivClassName
{
background-color: #E67B7E;
}
.BgClassName
{
background-color: #E67B7E;
}
</style>
border-color css
<style>
span { border-color: #E67B7E; }
span { border-color: rgb(230,123,126); }
td.TdClassName
{
border-color: #E67B7E;
}
.TagClassName
{
border-color: #E67B7E;
}
</style>