#E1767A

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

Shades of Froly #E1767A

Tints of Froly #E1767A

Color information

#E1767A (or 0xE1767A) is unknown color: approx Froly. HEX triplet: E1, 76 and 7A. RGB value is (225,118,122). Sum of RGB (Red+Green+Blue) = 225+118+122=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1767A is #1E8985. Grayscale: #969696. Windows color (decimal): -2001286 or 8025825. OLE color: 8025825.

HSL color Cylindrical-coordinate representation of color #E1767A: hue angle of 357.76º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1767A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225118122-
CMYK00.480.460.12
HSL357.76º64.07%67.25%-
HSV(B)357.76º47.56%88.24%-
XYZ41.0430.3722.11-
YUV150.45111.95181.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=48.39%
G=25.38%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511812200.480.460.12357.7664.0767.25
HexE1767A0302EC1664043
Octal3411661720605614546100103
Binary11100001111011011110100110000101110110010110011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1767A; }

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

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

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

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

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

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

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

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