#E7667E

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

Shades of Froly #E7667E

Tints of Froly #E7667E

Color information

#E7667E (or 0xE7667E) is unknown color: approx Froly. HEX triplet: E7, 66 and 7E. RGB value is (231,102,126). Sum of RGB (Red+Green+Blue) = 231+102+126=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7667E is #189981. Grayscale: #8F8F8F. Windows color (decimal): -1612162 or 8283879. OLE color: 8283879.

HSL color Cylindrical-coordinate representation of color #E7667E: hue angle of 348.84º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7667E is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231102126-
CMYK00.560.450.09
HSL348.84º72.88%65.29%-
HSV(B)348.84º55.84%90.59%-
XYZ41.472822.96-
YUV143.31118.24190.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=50.33%
G=22.22%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110212600.560.450.09348.8472.8865.29
HexE7667E0382D915d4941
Octal3471461760705511535111101
Binary11100111110011011111100111000101101100110101110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7667E; }

 p { color: rgb(231,102,126); }

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

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

 a { background-color: rgb(231,102,126); }

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

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

 span { border-color: rgb(231,102,126); }

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