#E6767A

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

Shades of Froly #E6767A

Tints of Froly #E6767A

Color information

#E6767A (or 0xE6767A) is unknown color: approx Froly. HEX triplet: E6, 76 and 7A. RGB value is (230,118,122). Sum of RGB (Red+Green+Blue) = 230+118+122=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6767A is #198985. Grayscale: #989898. Windows color (decimal): -1673606 or 8025830. OLE color: 8025830.

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

Color convert

RGB230118122-
CMYK00.490.470.10
HSL357.86º69.14%68.24%-
HSV(B)357.86º48.7%90.2%-
XYZ42.6231.1922.19-
YUV151.94111.11183.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.94%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=48.94%
G=25.11%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011812200.490.470.10357.8669.1468.24
HexE6767A0312FA1664544
Octal3461661720615712546105104
Binary11100110111011011110100110001101111101010110011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6767A; }

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

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

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

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

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

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

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

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