#E75C64

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

Shades of Froly #E75C64

Tints of Froly #E75C64

Color information

#E75C64 (or 0xE75C64) is unknown color: approx Froly. HEX triplet: E7, 5C and 64. RGB value is (231,92,100). Sum of RGB (Red+Green+Blue) = 231+92+100=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C64 is #18A39B. Grayscale: #868686. Windows color (decimal): -1614748 or 6577383. OLE color: 6577383.

HSL color Cylindrical-coordinate representation of color #E75C64: hue angle of 356.55º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C64 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB23192100-
CMYK00.600.570.09
HSL356.55º74.33%63.33%-
HSV(B)356.55º60.17%90.59%-
XYZ39.0825.5614.93-
YUV134.47108.55196.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.61%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=54.61%
G=21.75%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319210000.600.570.09356.5574.3363.33
HexE75C6403C3991654a3f
Octal347134144074711154511277
Binary1110011110111001100100011110011100110011011001011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C64; }

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

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

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

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

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

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

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

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