#E96668

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

Shades of Froly #E96668

Tints of Froly #E96668

Color information

#E96668 (or 0xE96668) is unknown color: approx Froly. HEX triplet: E9, 66 and 68. RGB value is (233,102,104). Sum of RGB (Red+Green+Blue) = 233+102+104=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E96668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96668 is #169997. Grayscale: #8D8D8D. Windows color (decimal): -1481112 or 6842089. OLE color: 6842089.

HSL color Cylindrical-coordinate representation of color #E96668: hue angle of 359.08º 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 #E96668 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB233102104-
CMYK00.560.550.09
HSL359.08º74.86%65.69%-
HSV(B)359.08º56.22%91.37%-
XYZ40.8527.8316.31-
YUV141.4106.9193.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=53.08%
G=23.23%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310210400.560.550.09359.0874.8665.69
HexE966680383791674b42
Octal3511461500706711547113102
Binary11101001110011011010000111000110111100110110011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96668; }

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

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

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

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

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

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

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

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