#E86572

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

Shades of Froly #E86572

Tints of Froly #E86572

Color information

#E86572 (or 0xE86572) is unknown color: approx Froly. HEX triplet: E8, 65 and 72. RGB value is (232,101,114). Sum of RGB (Red+Green+Blue) = 232+101+114=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E86572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86572 is #179A8D. Grayscale: #8D8D8D. Windows color (decimal): -1546894 or 7497192. OLE color: 7497192.

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

Color convert

RGB232101114-
CMYK00.560.510.09
HSL354.05º74.01%65.29%-
HSV(B)354.05º56.47%90.98%-
XYZ40.9727.6819.1-
YUV141.65112.4192.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.90%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=51.90%
G=22.60%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210111400.560.510.09354.0574.0165.29
HexE865720383391624a41
Octal3501451620706311542112101
Binary11101000110010111100100111000110011100110110001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86572; }

 p { color: rgb(232,101,114); }

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

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

 a { background-color: rgb(232,101,114); }

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

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

 span { border-color: rgb(232,101,114); }

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