#E96678

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

Shades of Froly #E96678

Tints of Froly #E96678

Color information

#E96678 (or 0xE96678) is unknown color: approx Froly. HEX triplet: E9, 66 and 78. RGB value is (233,102,120). Sum of RGB (Red+Green+Blue) = 233+102+120=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E96678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96678 is #169987. Grayscale: #8F8F8F. Windows color (decimal): -1481096 or 7890665. OLE color: 7890665.

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

Color convert

RGB233102120-
CMYK00.560.480.09
HSL351.76º74.86%65.69%-
HSV(B)351.76º56.22%91.37%-
XYZ41.7528.1821.01-
YUV143.22114.9192.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.21%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=51.21%
G=22.42%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310212000.560.480.09351.7674.8665.69
HexE966780383091604b42
Octal3511461700706011540113102
Binary11101001110011011110000111000110000100110110000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96678; }

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

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

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

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

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

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

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

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