#E7606F

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

Shades of Froly #E7606F

Tints of Froly #E7606F

Color information

#E7606F (or 0xE7606F) is unknown color: approx Froly. HEX triplet: E7, 60 and 6F. RGB value is (231,96,111). Sum of RGB (Red+Green+Blue) = 231+96+111=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7606F is #189F90. Grayscale: #8A8A8A. Windows color (decimal): -1613713 or 7299303. OLE color: 7299303.

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

Color convert

RGB23196111-
CMYK00.580.520.09
HSL353.33º73.77%64.12%-
HSV(B)353.33º58.44%90.59%-
XYZ40.0126.518.05-
YUV138.07112.73194.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.74%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=52.74%
G=21.92%
B=25.34%

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
Decimal2319611100.580.520.09353.3373.7764.12
HexE7606F03A3491614a40
Octal3471401570726411541112100
Binary11100111110000011011110111010110100100110110000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7606F; }

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

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

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

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

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

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

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

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