#EB5A5F

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

Shades of Froly #EB5A5F

Tints of Froly #EB5A5F

Color information

#EB5A5F (or 0xEB5A5F) is unknown color: approx Froly. HEX triplet: EB, 5A and 5F. RGB value is (235,90,95). Sum of RGB (Red+Green+Blue) = 235+90+95=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A5F is #14A5A0. Grayscale: #868686. Windows color (decimal): -1353121 or 6249195. OLE color: 6249195.

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

Color convert

RGB2359095-
CMYK00.620.600.08
HSL357.93º78.38%63.73%-
HSV(B)357.93º61.7%92.16%-
XYZ39.9825.813.7-
YUV133.93106.04200.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.95%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=55.95%
G=21.43%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235909500.620.600.08357.9378.3863.73
HexEB5A5F03E3C81664e40
Octal3531321370767410546116100
Binary11101011101101010111110111110111100100010110011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A5F; }

 p { color: rgb(235,90,95); }

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

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

 a { background-color: rgb(235,90,95); }

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

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

 span { border-color: rgb(235,90,95); }

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