#E95964

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

Shades of Froly #E95964

Tints of Froly #E95964

Color information

#E95964 (or 0xE95964) is unknown color: approx Froly. HEX triplet: E9, 59 and 64. RGB value is (233,89,100). Sum of RGB (Red+Green+Blue) = 233+89+100=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E95964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95964 is #16A69B. Grayscale: #858585. Windows color (decimal): -1484444 or 6576617. OLE color: 6576617.

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

Color convert

RGB23389100-
CMYK00.620.570.09
HSL355.42º76.6%63.14%-
HSV(B)355.42º61.8%91.37%-
XYZ39.4825.3914.88-
YUV133.31109.21199.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.21%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=55.21%
G=21.09%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338910000.620.570.09355.4276.663.14
HexE9596403E3991634d3f
Octal351131144076711154311577
Binary1110100110110011100100011111011100110011011000111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95964; }

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

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

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

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

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

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

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

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