#EB6B78

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

Shades of Froly #EB6B78

Tints of Froly #EB6B78

Color information

#EB6B78 (or 0xEB6B78) is unknown color: approx Froly. HEX triplet: EB, 6B and 78. RGB value is (235,107,120). Sum of RGB (Red+Green+Blue) = 235+107+120=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6B78 is #149487. Grayscale: #929292. Windows color (decimal): -1348744 or 7891947. OLE color: 7891947.

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

Color convert

RGB235107120-
CMYK00.540.490.08
HSL353.91º76.19%67.06%-
HSV(B)353.91º54.47%92.16%-
XYZ42.9129.5321.21-
YUV146.75112.91190.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=50.87%
G=23.16%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510712000.540.490.08353.9176.1967.06
HexEB6B780363181624c43
Octal3531531700666110542114103
Binary11101011110101111110000110110110001100010110001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B78; }

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

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

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

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

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

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

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

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