#E6787A

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

Shades of Froly #E6787A

Tints of Froly #E6787A

Color information

#E6787A (or 0xE6787A) is unknown color: approx Froly. HEX triplet: E6, 78 and 7A. RGB value is (230,120,122). Sum of RGB (Red+Green+Blue) = 230+120+122=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6787A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6787A is #198785. Grayscale: #999999. Windows color (decimal): -1673094 or 8026342. OLE color: 8026342.

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

Color convert

RGB230120122-
CMYK00.480.470.10
HSL358.91º68.75%68.63%-
HSV(B)358.91º47.83%90.2%-
XYZ42.8631.6622.26-
YUV153.12110.44182.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.73%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=48.73%
G=25.42%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012012200.480.470.10358.9168.7568.63
HexE6787A0302FA1674545
Octal3461701720605712547105105
Binary11100110111100011110100110000101111101010110011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6787A; }

 p { color: rgb(230,120,122); }

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

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

 a { background-color: rgb(230,120,122); }

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

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

 span { border-color: rgb(230,120,122); }

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