#E96068

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

Shades of Froly #E96068

Tints of Froly #E96068

Color information

#E96068 (or 0xE96068) is unknown color: approx Froly. HEX triplet: E9, 60 and 68. RGB value is (233,96,104). Sum of RGB (Red+Green+Blue) = 233+96+104=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E96068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96068 is #169F97. Grayscale: #898989. Windows color (decimal): -1482648 or 6840553. OLE color: 6840553.

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

Color convert

RGB23396104-
CMYK00.590.550.09
HSL356.5º75.69%64.51%-
HSV(B)356.5º58.8%91.37%-
XYZ40.2926.6916.12-
YUV137.88108.89195.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=53.81%
G=22.17%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339610400.590.550.09356.575.6964.51
HexE9606803B3791644c41
Octal3511401500736711544114101
Binary11101001110000011010000111011110111100110110010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96068; }

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

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

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

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

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

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

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

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