#E96676

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

Shades of Froly #E96676

Tints of Froly #E96676

Color information

#E96676 (or 0xE96676) is unknown color: approx Froly. HEX triplet: E9, 66 and 76. RGB value is (233,102,118). Sum of RGB (Red+Green+Blue) = 233+102+118=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E96676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96676 is #169989. Grayscale: #8F8F8F. Windows color (decimal): -1481098 or 7759593. OLE color: 7759593.

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

Color convert

RGB233102118-
CMYK00.560.490.09
HSL352.67º74.86%65.69%-
HSV(B)352.67º56.22%91.37%-
XYZ41.6328.1320.38-
YUV142.99113.9192.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=51.43%
G=22.52%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310211800.560.490.09352.6774.8665.69
HexE966760383191614b42
Octal3511461660706111541113102
Binary11101001110011011101100111000110001100110110000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96676; }

 p { color: rgb(233,102,118); }

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

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

 a { background-color: rgb(233,102,118); }

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

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

 span { border-color: rgb(233,102,118); }

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