#E96379

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

Shades of Froly #E96379

Tints of Froly #E96379

Color information

#E96379 (or 0xE96379) is unknown color: approx Froly. HEX triplet: E9, 63 and 79. RGB value is (233,99,121). Sum of RGB (Red+Green+Blue) = 233+99+121=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E96379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96379 is #169C86. Grayscale: #8D8D8D. Windows color (decimal): -1481863 or 7955433. OLE color: 7955433.

HSL color Cylindrical-coordinate representation of color #E96379: hue angle of 350.15º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96379 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB23399121-
CMYK00.580.480.09
HSL350.15º75.28%65.1%-
HSV(B)350.15º57.51%91.37%-
XYZ41.5227.6321.23-
YUV141.57116.39193.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=51.43%
G=21.85%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339912100.580.480.09350.1575.2865.1
HexE9637903A30915e4b41
Octal3511431710726011536113101
Binary11101001110001111110010111010110000100110101111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96379; }

 p { color: rgb(233,99,121); }

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

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

 a { background-color: rgb(233,99,121); }

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

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

 span { border-color: rgb(233,99,121); }

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