#E9767A

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

Shades of Froly #E9767A

Tints of Froly #E9767A

Color information

#E9767A (or 0xE9767A) is unknown color: approx Froly. HEX triplet: E9, 76 and 7A. RGB value is (233,118,122). Sum of RGB (Red+Green+Blue) = 233+118+122=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9767A is #168985. Grayscale: #989898. Windows color (decimal): -1476998 or 8025833. OLE color: 8025833.

HSL color Cylindrical-coordinate representation of color #E9767A: hue angle of 357.91º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9767A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB233118122-
CMYK00.490.480.09
HSL357.91º72.33%68.82%-
HSV(B)357.91º49.36%91.37%-
XYZ43.631.6922.23-
YUV152.84110.6185.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=49.26%
G=24.95%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311812200.490.480.09357.9172.3368.82
HexE9767A0313091664845
Octal3511661720616011546110105
Binary11101001111011011110100110001110000100110110011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9767A; }

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

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

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

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

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

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

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

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