#E95664

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

Shades of Froly #E95664

Tints of Froly #E95664

Color information

#E95664 (or 0xE95664) is unknown color: approx Froly. HEX triplet: E9, 56 and 64. RGB value is (233,86,100). Sum of RGB (Red+Green+Blue) = 233+86+100=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E95664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95664 is #16A99B. Grayscale: #838383. Windows color (decimal): -1485212 or 6575849. OLE color: 6575849.

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

Color convert

RGB23386100-
CMYK00.630.570.09
HSL354.29º76.96%62.55%-
HSV(B)354.29º63.09%91.37%-
XYZ39.2324.914.79-
YUV131.55110.2200.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.61%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=55.61%
G=20.53%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338610000.630.570.09354.2976.9662.55
HexE9566403F3991624d3f
Octal351126144077711154211577
Binary1110100110101101100100011111111100110011011000101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95664; }

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

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

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

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

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

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

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

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