#E96F72

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

Shades of Froly #E96F72

Tints of Froly #E96F72

Color information

#E96F72 (or 0xE96F72) is unknown color: approx Froly. HEX triplet: E9, 6F and 72. RGB value is (233,111,114). Sum of RGB (Red+Green+Blue) = 233+111+114=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96F72 is #16908D. Grayscale: #939393. Windows color (decimal): -1478798 or 7499753. OLE color: 7499753.

HSL color Cylindrical-coordinate representation of color #E96F72: hue angle of 358.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96F72 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233111114-
CMYK00.520.510.09
HSL358.52º73.49%67.45%-
HSV(B)358.52º52.36%91.37%-
XYZ42.3329.9119.46-
YUV147.82108.92188.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.87%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=50.87%
G=24.24%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311111400.520.510.09358.5273.4967.45
HexE96F720343391674943
Octal3511571620646311547111103
Binary11101001110111111100100110100110011100110110011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96F72; }

 p { color: rgb(233,111,114); }

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

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

 a { background-color: rgb(233,111,114); }

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

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

 span { border-color: rgb(233,111,114); }

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