#E7626F

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

Shades of Froly #E7626F

Tints of Froly #E7626F

Color information

#E7626F (or 0xE7626F) is unknown color: approx Froly. HEX triplet: E7, 62 and 6F. RGB value is (231,98,111). Sum of RGB (Red+Green+Blue) = 231+98+111=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7626F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7626F is #189D90. Grayscale: #8B8B8B. Windows color (decimal): -1613201 or 7299815. OLE color: 7299815.

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

Color convert

RGB23198111-
CMYK00.580.520.09
HSL354.14º73.48%64.51%-
HSV(B)354.14º57.58%90.59%-
XYZ40.1926.8718.11-
YUV139.25112.06193.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.5%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=52.5%
G=22.27%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319811100.580.520.09354.1473.4864.51
HexE7626F03A3491624941
Octal3471421570726411542111101
Binary11100111110001011011110111010110100100110110001010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7626F; }

 p { color: rgb(231,98,111); }

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

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

 a { background-color: rgb(231,98,111); }

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

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

 span { border-color: rgb(231,98,111); }

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