#E85A68

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

Shades of Froly #E85A68

Tints of Froly #E85A68

Color information

#E85A68 (or 0xE85A68) is unknown color: approx Froly. HEX triplet: E8, 5A and 68. RGB value is (232,90,104). Sum of RGB (Red+Green+Blue) = 232+90+104=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A68 is #17A597. Grayscale: #868686. Windows color (decimal): -1549720 or 6839016. OLE color: 6839016.

HSL color Cylindrical-coordinate representation of color #E85A68: hue angle of 354.08º degrees, saturation: 0.76, 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 #E85A68 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23290104-
CMYK00.610.550.09
HSL354.08º75.53%63.14%-
HSV(B)354.08º61.21%90.98%-
XYZ39.4325.4715.93-
YUV134.05111.04197.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.46%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=54.46%
G=21.13%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329010400.610.550.09354.0875.5363.14
HexE85A6803D3791624c3f
Octal350132150075671154211477
Binary1110100010110101101000011110111011110011011000101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A68; }

 p { color: rgb(232,90,104); }

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

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

 a { background-color: rgb(232,90,104); }

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

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

 span { border-color: rgb(232,90,104); }

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