Shades of Froly #E75A6A
Tints of Froly #E75A6A
RGB
CMYK
RGB Variations
Color information
#E75A6A (or 0xE75A6A) is known color: Froly. HEX triplet: E7, 5A and 6A. RGB value is (231,90,106). Sum of RGB (Red+Green+Blue) = 231+90+106=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A6A is #18A595. Grayscale: #868686. Windows color (decimal): -1615254 or 6970087. OLE color: 6970087.
HSL color Cylindrical-coordinate representation of color #E75A6A: hue angle of 353.19º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75A6A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 106 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.09 |
| HSL | 353.19º | 0.75% | 0.63% | - |
| HSV(B) | 353.19º | 0.61% | 0.91% | - |
| XYZ | 39.21 | 25.34 | 16.46 | - |
| YUV | 133.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 106 | 0 | 0.61 | 0.54 | 0.09 | 353.19 | 0.75 | 0.63 |
| Hex | E7 | 5A | 6A | 0 | 3D | 36 | 9 | 161 | 4B | 3F |
| Octal | 347 | 132 | 152 | 0 | 75 | 66 | 11 | 541 | 113 | 77 |
| Binary | 11100111 | 1011010 | 1101010 | 0 | 111101 | 110110 | 1001 | 101100001 | 1001011 | 111111 |
Color Harmonies of #E75A6A
Complementary color
Monochromatic Colors of #E75A6A
Black with #E75A6A
Text Example
Text Example
White with #E75A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A6A; }
p { color: rgb(231,90,106); }
H1.HeaderClassName
{
color: #E75A6A;
}
.AnyTagClassName
{
color: #E75A6A;
}
</style>
background-color css
<style>
a { background-color: #E75A6A; }
a { background-color: rgb(231,90,106); }
div.DivClassName
{
background-color: #E75A6A;
}
.BgClassName
{
background-color: #E75A6A;
}
</style>
border-color css
<style>
span { border-color: #E75A6A; }
span { border-color: rgb(231,90,106); }
td.TdClassName
{
border-color: #E75A6A;
}
.TagClassName
{
border-color: #E75A6A;
}
</style>