#EB6A78

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

Shades of Froly #EB6A78

Tints of Froly #EB6A78

Color information

#EB6A78 (or 0xEB6A78) is unknown color: approx Froly. HEX triplet: EB, 6A and 78. RGB value is (235,106,120). Sum of RGB (Red+Green+Blue) = 235+106+120=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A78 is #149587. Grayscale: #929292. Windows color (decimal): -1349000 or 7891691. OLE color: 7891691.

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

Color convert

RGB235106120-
CMYK00.550.490.08
HSL353.49º76.33%66.86%-
HSV(B)353.49º54.89%92.16%-
XYZ42.8129.3321.17-
YUV146.17113.24191.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=50.98%
G=22.99%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510612000.550.490.08353.4976.3366.86
HexEB6A780373181614c43
Octal3531521700676110541114103
Binary11101011110101011110000110111110001100010110000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6A78; }

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

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

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

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

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

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

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

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