#e86679

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

Shades of Froly #E86679

Tints of Froly #E86679

Color information

#E86679 (or 0xE86679) is unknown color: approx Froly. HEX triplet: E8, 66 and 79. RGB value is (232,102,121). Sum of RGB (Red+Green+Blue) = 232+102+121=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E86679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86679 is #179986. Grayscale: #8F8F8F. Windows color (decimal): -1546631 or 7956200. OLE color: 7956200.

HSL color Cylindrical-coordinate representation of color #E86679: hue angle of 351.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86679 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB232102121-
CMYK00.560.480.09
HSL351.23º73.86%65.49%-
HSV(B)351.23º56.03%90.98%-
XYZ41.4828.0421.31-
YUV143.04115.57191.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.99%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=50.99%
G=22.42%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210212100.560.480.09351.2373.8665.49
HexE8667903830915f4a41
Octal3501461710706011537112101
Binary11101000110011011110010111000110000100110101111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86679; }

 p { color: rgb(232,102,121); }

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

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

 a { background-color: rgb(232,102,121); }

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

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

 span { border-color: rgb(232,102,121); }

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