#E6777D

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

Shades of Froly #E6777D

Tints of Froly #E6777D

Color information

#E6777D (or 0xE6777D) is unknown color: approx Froly. HEX triplet: E6, 77 and 7D. RGB value is (230,119,125). Sum of RGB (Red+Green+Blue) = 230+119+125=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6777D is #198882. Grayscale: #989898. Windows color (decimal): -1673347 or 8222694. OLE color: 8222694.

HSL color Cylindrical-coordinate representation of color #E6777D: hue angle of 356.76º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6777D is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB230119125-
CMYK00.480.460.10
HSL356.76º68.94%68.43%-
HSV(B)356.76º48.26%90.2%-
XYZ42.9331.523.22-
YUV152.87112.27183.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=48.52%
G=25.11%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011912500.480.460.10356.7668.9468.43
HexE6777D0302EA1654544
Octal3461671750605612545105104
Binary11100110111011111111010110000101110101010110010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6777D; }

 p { color: rgb(230,119,125); }

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

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

 a { background-color: rgb(230,119,125); }

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

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

 span { border-color: rgb(230,119,125); }

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