#E96569

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

Shades of Froly #E96569

Tints of Froly #E96569

Color information

#E96569 (or 0xE96569) is unknown color: approx Froly. HEX triplet: E9, 65 and 69. RGB value is (233,101,105). Sum of RGB (Red+Green+Blue) = 233+101+105=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E96569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96569 is #169A96. Grayscale: #8D8D8D. Windows color (decimal): -1481367 or 6907369. OLE color: 6907369.

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

Color convert

RGB233101105-
CMYK00.570.550.09
HSL358.18º75%65.49%-
HSV(B)358.18º56.65%91.37%-
XYZ40.8127.6516.55-
YUV140.92107.73193.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=53.08%
G=23.01%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310110500.570.550.09358.187565.49
HexE965690393791664b41
Octal3511451510716711546113101
Binary11101001110010111010010111001110111100110110011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96569; }

 p { color: rgb(233,101,105); }

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

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

 a { background-color: rgb(233,101,105); }

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

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

 span { border-color: rgb(233,101,105); }

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