#EB787F

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

Shades of Froly #EB787F

Tints of Froly #EB787F

Color information

#EB787F (or 0xEB787F) is unknown color: approx Froly. HEX triplet: EB, 78 and 7F. RGB value is (235,120,127). Sum of RGB (Red+Green+Blue) = 235+120+127=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB787F is #148780. Grayscale: #9B9B9B. Windows color (decimal): -1345409 or 8354027. OLE color: 8354027.

HSL color Cylindrical-coordinate representation of color #EB787F: hue angle of 356.35º 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 #EB787F is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235120127-
CMYK00.490.460.08
HSL356.35º74.19%69.61%-
HSV(B)356.35º48.94%92.16%-
XYZ44.8132.6324.01-
YUV155.18112.1184.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 127 (50% from 255) = 26.35%
R=48.76%
G=24.90%
B=26.35%

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
Decimal23512012700.490.460.08356.3574.1969.61
HexEB787F0312E81644a46
Octal3531701770615610544112106
Binary11101011111100011111110110001101110100010110010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB787F; }

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

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

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

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

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

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

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

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