#eb787e

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

Shades of Froly #EB787E

Tints of Froly #EB787E

Color information

#EB787E (or 0xEB787E) is unknown color: approx Froly. HEX triplet: EB, 78 and 7E. RGB value is (235,120,126). Sum of RGB (Red+Green+Blue) = 235+120+126=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB787E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB787E is #148781. Grayscale: #9B9B9B. Windows color (decimal): -1345410 or 8288491. OLE color: 8288491.

HSL color Cylindrical-coordinate representation of color #EB787E: hue angle of 356.87º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB787E is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235120126-
CMYK00.490.460.08
HSL356.87º74.19%69.61%-
HSV(B)356.87º48.94%92.16%-
XYZ44.7432.623.67-
YUV155.07111.6185.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=48.86%
G=24.95%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512012600.490.460.08356.8774.1969.61
HexEB787E0312E81654a46
Octal3531701760615610545112106
Binary11101011111100011111100110001101110100010110010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb787e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb787e; }

 p { color: rgb(235,120,126); }

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

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

 a { background-color: rgb(235,120,126); }

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

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

 span { border-color: rgb(235,120,126); }

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