#E95C6F

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

Shades of Froly #E95C6F

Tints of Froly #E95C6F

Color information

#E95C6F (or 0xE95C6F) is unknown color: approx Froly. HEX triplet: E9, 5C and 6F. RGB value is (233,92,111). Sum of RGB (Red+Green+Blue) = 233+92+111=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C6F is #16A390. Grayscale: #888888. Windows color (decimal): -1483665 or 7298281. OLE color: 7298281.

HSL color Cylindrical-coordinate representation of color #E95C6F: hue angle of 351.91º 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 #E95C6F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23392111-
CMYK00.610.520.09
HSL351.91º76.22%63.73%-
HSV(B)351.91º60.52%91.37%-
XYZ40.326.1317.96-
YUV136.32113.71196.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.44%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=53.44%
G=21.10%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339211100.610.520.09351.9176.2263.73
HexE95C6F03D3491604c40
Octal3511341570756411540114100
Binary11101001101110011011110111101110100100110110000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C6F; }

 p { color: rgb(233,92,111); }

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

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

 a { background-color: rgb(233,92,111); }

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

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

 span { border-color: rgb(233,92,111); }

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