#EB7680

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

Shades of Froly #EB7680

Tints of Froly #EB7680

Color information

#EB7680 (or 0xEB7680) is unknown color: approx Froly. HEX triplet: EB, 76 and 80. RGB value is (235,118,128). Sum of RGB (Red+Green+Blue) = 235+118+128=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7680 is #14897F. Grayscale: #9A9A9A. Windows color (decimal): -1345920 or 8419051. OLE color: 8419051.

HSL color Cylindrical-coordinate representation of color #EB7680: hue angle of 354.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7680 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235118128-
CMYK00.500.460.08
HSL354.87º74.52%69.22%-
HSV(B)354.87º49.79%92.16%-
XYZ44.6432.1824.28-
YUV154.12113.26185.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=48.86%
G=24.53%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511812800.500.460.08354.8774.5269.22
HexEB76800322E81634b45
Octal3531662000625610543113105
Binary111010111110110100000000110010101110100010110001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7680; }

 p { color: rgb(235,118,128); }

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

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

 a { background-color: rgb(235,118,128); }

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

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

 span { border-color: rgb(235,118,128); }

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