#EB5B69

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

Shades of Froly #EB5B69

Tints of Froly #EB5B69

Color information

#EB5B69 (or 0xEB5B69) is unknown color: approx Froly. HEX triplet: EB, 5B and 69. RGB value is (235,91,105). Sum of RGB (Red+Green+Blue) = 235+91+105=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5B69 is #14A496. Grayscale: #878787. Windows color (decimal): -1352855 or 6904811. OLE color: 6904811.

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

Color convert

RGB23591105-
CMYK00.610.550.08
HSL354.17º78.26%63.92%-
HSV(B)354.17º61.28%92.16%-
XYZ40.5526.1616.28-
YUV135.65110.71198.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=54.52%
G=21.11%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359110500.610.550.08354.1778.2663.92
HexEB5B6903D3781624e40
Octal3531331510756710542116100
Binary11101011101101111010010111101110111100010110001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5B69; }

 p { color: rgb(235,91,105); }

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

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

 a { background-color: rgb(235,91,105); }

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

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

 span { border-color: rgb(235,91,105); }

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