#E4697B

Color #E4697B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E4697B

Tints of Froly #E4697B

Color information

#E4697B (or 0xE4697B) is unknown color: approx Froly. HEX triplet: E4, 69 and 7B. RGB value is (228,105,123). Sum of RGB (Red+Green+Blue) = 228+105+123=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4697B is #1B9684. Grayscale: #8F8F8F. Windows color (decimal): -1808005 or 8088036. OLE color: 8088036.

HSL color Cylindrical-coordinate representation of color #E4697B: hue angle of 351.22º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4697B is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228105123-
CMYK00.540.460.11
HSL351.22º69.49%65.29%-
HSV(B)351.22º53.95%89.41%-
XYZ40.6228.0322.01-
YUV143.83116.25188.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=50%
G=23.03%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810512300.540.460.11351.2269.4965.29
HexE4697B0362EB15f4541
Octal3441511730665613537105101
Binary11100100110100111110110110110101110101110101111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4697B; }

 p { color: rgb(228,105,123); }

 H1.HeaderClassName
 {
   color: #E4697B;
 }
 .AnyTagClassName
 {
   color: #E4697B;
 }
</style>
background-color css

<style>
 a { background-color: #E4697B; }

 a { background-color: rgb(228,105,123); }

 div.DivClassName
 {
   background-color: #E4697B;
 }
 .BgClassName
 {
   background-color: #E4697B;
 }
</style>
border-color css

<style>
 span { border-color: #E4697B; }

 span { border-color: rgb(228,105,123); }

 td.TdClassName
 {
   border-color: #E4697B;
 }
 .TagClassName
 {
   border-color: #E4697B;
 }
</style>