#E95C64

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

Shades of Froly #E95C64

Tints of Froly #E95C64

Color information

#E95C64 (or 0xE95C64) is unknown color: approx Froly. HEX triplet: E9, 5C and 64. RGB value is (233,92,100). Sum of RGB (Red+Green+Blue) = 233+92+100=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C64 is #16A39B. Grayscale: #878787. Windows color (decimal): -1483676 or 6577385. OLE color: 6577385.

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

Color convert

RGB23392100-
CMYK00.610.570.09
HSL356.6º76.22%63.73%-
HSV(B)356.6º60.52%91.37%-
XYZ39.7325.914.96-
YUV135.07108.21197.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=54.82%
G=21.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339210000.610.570.09356.676.2263.73
HexE95C6403D3991654c40
Octal3511341440757111545114100
Binary11101001101110011001000111101111001100110110010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C64; }

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

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

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

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

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

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

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

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