#E95B5F

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

Shades of Froly #E95B5F

Tints of Froly #E95B5F

Color information

#E95B5F (or 0xE95B5F) is unknown color: approx Froly. HEX triplet: E9, 5B and 5F. RGB value is (233,91,95). Sum of RGB (Red+Green+Blue) = 233+91+95=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B5F is #16A4A0. Grayscale: #868686. Windows color (decimal): -1483937 or 6249449. OLE color: 6249449.

HSL color Cylindrical-coordinate representation of color #E95B5F: hue angle of 358.31º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95B5F is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2339195-
CMYK00.610.590.09
HSL358.31º76.34%63.53%-
HSV(B)358.31º60.94%91.37%-
XYZ39.4125.6313.7-
YUV133.91106.04198.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.61%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=55.61%
G=21.72%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233919500.610.590.09358.3176.3463.53
HexE95B5F03D3B91664c40
Octal3511331370757311546114100
Binary11101001101101110111110111101111011100110110011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95B5F; }

 p { color: rgb(233,91,95); }

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

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

 a { background-color: rgb(233,91,95); }

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

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

 span { border-color: rgb(233,91,95); }

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