#E86467

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

Shades of Froly #E86467

Tints of Froly #E86467

Color information

#E86467 (or 0xE86467) is unknown color: approx Froly. HEX triplet: E8, 64 and 67. RGB value is (232,100,103). Sum of RGB (Red+Green+Blue) = 232+100+103=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E86467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86467 is #179B98. Grayscale: #8B8B8B. Windows color (decimal): -1547161 or 6776040. OLE color: 6776040.

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

Color convert

RGB232100103-
CMYK00.570.560.09
HSL358.64º74.16%65.1%-
HSV(B)358.64º56.9%90.98%-
XYZ40.2827.2515.97-
YUV139.81107.23193.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=53.33%
G=22.99%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210010300.570.560.09358.6474.1665.1
HexE864670393891674a41
Octal3501441470717011547112101
Binary11101000110010011001110111001111000100110110011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86467; }

 p { color: rgb(232,100,103); }

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

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

 a { background-color: rgb(232,100,103); }

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

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

 span { border-color: rgb(232,100,103); }

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