#E85A6C

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

Shades of Froly #E85A6C

Tints of Froly #E85A6C

Color information

#E85A6C (or 0xE85A6C) is unknown color: approx Froly. HEX triplet: E8, 5A and 6C. RGB value is (232,90,108). Sum of RGB (Red+Green+Blue) = 232+90+108=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A6C is #17A593. Grayscale: #868686. Windows color (decimal): -1549716 or 7101160. OLE color: 7101160.

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

Color convert

RGB23290108-
CMYK00.610.530.09
HSL352.39º75.53%63.14%-
HSV(B)352.39º61.21%90.98%-
XYZ39.6425.5517.03-
YUV134.51113.04197.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.95%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=53.95%
G=20.93%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329010800.610.530.09352.3975.5363.14
HexE85A6C03D3591604c3f
Octal350132154075651154011477
Binary1110100010110101101100011110111010110011011000001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A6C; }

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

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

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

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

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

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

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

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